scsi: ufs: Add checks before setting clk-gating states
authorCan Guo <cang@codeaurora.org>
Sun, 9 Aug 2020 12:15:47 +0000 (05:15 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Aug 2020 00:54:50 +0000 (20:54 -0400)
commit2dec9475a4028ba0a4ede51452f89dead2c008e1
treed03b414b11a5099127c444e01b2a3635521e131d
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
scsi: ufs: Add checks before setting clk-gating states

Clock gating can be turned on/off selectively which means the associated
state information is only correct if the feature is enabled. This change
makes sure that we only look at state of clk-gating if it is enabled.

Link: https://lore.kernel.org/r/1596975355-39813-2-git-send-email-cang@codeaurora.org
Reviewed-by: Avri Altman <avri.altman@wdc.com>
Reviewed-by: Hongwu Su <hongwus@codeaurora.org>
Reviewed-by: Stanley Chu <stanley.chu@mediatek.com>
Reviewed-by: Bean Huo <beanhuo@micron.com>
Reviewed-by: Asutosh Das <asutoshd@codeaurora.org>
Signed-off-by: Can Guo <cang@codeaurora.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshcd.c