OSDN Git Service

scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constant
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 19 Aug 2019 07:55:57 +0000 (13:25 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 20 Aug 2019 02:17:54 +0000 (22:17 -0400)
commitd508e31df10ff1f309fddb88d7e830315bdbb93a
tree68d228be7b219f700070a8f2829222896787295a
parent78d4b1327d8bd60b58f422f6df02853c33558b11
scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constant

Static structure ufs_hba_qcom_vops, of type ufs_hba_variant_ops, is used
only once, when it is passed as the second argument to function
ufshcd_pltfrm_init(). In the definition of ufshcd_pltfrm_init(), its second
parameter (corresponding to ufs_hba_qcom_vops) is declared as
constant. Hence declare ufs_hba_qcom_vops itself constant as well to
protect it from unintended modification.  Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Reviewed-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufs-qcom.c