]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: ufs: Constify the third pwr_change_notify() argument
authorBart Van Assche <bvanassche@acm.org>
Wed, 12 Feb 2025 21:38:02 +0000 (13:38 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 13 Feb 2025 03:25:06 +0000 (22:25 -0500)
commit3bcd901e4257d88cd3fc0e5cfa7d2fb3a1a1af99
tree066b8ce4913bc090cf978d944009d2369088a107
parent0ea163a18b17f9e0f8350bb348ae69c4a376be66
scsi: ufs: Constify the third pwr_change_notify() argument

The third pwr_change_notify() argument is an input parameter. Make this
explicit by declaring it 'const'.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20250212213838.1044917-1-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufshcd-priv.h
drivers/ufs/host/ufs-exynos.c
drivers/ufs/host/ufs-exynos.h
drivers/ufs/host/ufs-hisi.c
drivers/ufs/host/ufs-mediatek.c
drivers/ufs/host/ufs-qcom.c
drivers/ufs/host/ufs-sprd.c
drivers/ufs/host/ufshcd-pci.c
include/ufs/ufshcd.h