aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/page_owner.py
diff options
context:
space:
mode:
authorChanWoo Lee <cw9316.lee@samsung.com>2023-12-19 17:27:40 +0900
committerMartin K. Petersen <martin.petersen@oracle.com>2024-01-03 23:05:21 -0500
commitb08d86e6eb03566c5dc32e6ff10147f80aeb7511 (patch)
tree32569cdc3a2afd949f04ec8437546a1e1b19fe56 /scripts/gdb/linux/page_owner.py
parentee36710912b2075c417100a8acc642c9c6496501 (diff)
scsi: ufs: qcom: Remove unnecessary goto statement from ufs_qcom_config_esi()
There is only one place where goto is used, and it is unnecessary to check the ret value through 'goto out' because the ret value is already true. Therefore, remove the goto statement and integrate the '!ret' condition into the existing code. Signed-off-by: ChanWoo Lee <cw9316.lee@samsung.com> Link: https://lore.kernel.org/r/20231219082740.27644-1-cw9316.lee@samsung.com Reviewed-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/gdb/linux/page_owner.py')
0 files changed, 0 insertions, 0 deletions