diff options
author | Bart Van Assche <[email protected]> | 2022-10-18 13:29:53 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-10-22 03:25:59 +0000 |
commit | 836d322d73cb08486ecc50787695175a135e62ba (patch) | |
tree | 6d5248133942454072f33899b43b138355e0df94 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 1626c7bba1c42499d6753bd919803158e5792f08 (diff) |
scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
Convert if (ret) { ... } if (!ret) { ... } into
if (ret) { ... } else { ... }.
Reviewed-by: Bean Huo <[email protected]>
Reviewed-by: Adrian Hunter <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions