linux-stable/drivers/ufs/core
Keoseong Park a1f871f9f3 scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() fails
The 'err' variable is used only as the result of
ufshcd_hba_init_crypto_capabilities(), so return 'err' immediately when
failed. If it is not an error, explicitly return 0.

Signed-off-by: Keoseong Park <keosung.park@samsung.com>
Link: https://lore.kernel.org/r/20230503104630epcms2p8b82734102ffb920531e9264604086372@epcms2p8
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-05-22 17:26:09 -04:00
..
Kconfig
Makefile scsi: ufs: core: mcq: Add support to allocate multiple queues 2023-01-13 21:03:36 -05:00
ufs_bsg.c scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings 2023-01-11 22:16:59 -05:00
ufs_bsg.h
ufs-debugfs.c
ufs-debugfs.h
ufs-fault-injection.c
ufs-fault-injection.h
ufs-hwmon.c scsi: ufs: hwmon: Constify pointers to hwmon_channel_info 2023-05-16 21:29:11 -04:00
ufs-mcq.c scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue 2023-04-24 23:18:41 -04:00
ufs-sysfs.c scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes 2022-10-27 02:20:50 +00:00
ufs-sysfs.h
ufshcd-crypto.c
ufshcd-crypto.h
ufshcd-priv.h scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriately 2023-04-11 21:46:59 -04:00
ufshcd.c scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() fails 2023-05-22 17:26:09 -04:00
ufshpb.c Merge patch series "scsi: ufs: core: Always read the descriptors with max length" 2022-12-30 21:48:47 +00:00
ufshpb.h