On Wed, 2025-02-12 at 13:38 -0800, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > The third pwr_change_notify() argument is an input parameter. Make > this > explicit by declaring it 'const'. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/ufs/core/ufshcd-priv.h | 6 +++--- > drivers/ufs/host/ufs-exynos.c | 10 +++++----- > drivers/ufs/host/ufs-exynos.h | 2 +- > drivers/ufs/host/ufs-hisi.c | 6 +++--- > drivers/ufs/host/ufs-mediatek.c | 10 +++++----- > drivers/ufs/host/ufs-qcom.c | 2 +- > drivers/ufs/host/ufs-sprd.c | 6 +++--- > drivers/ufs/host/ufshcd-pci.c | 2 +- > include/ufs/ufshcd.h | 8 ++++---- > 9 files changed, 26 insertions(+), 26 deletions(-) > > Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>