diff options
author | ChanWoo Lee <[email protected]> | 2023-12-15 09:38:12 +0900 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-12-18 21:09:54 -0500 |
commit | 9264fd61e628ce180a168e6b90bde134dd49ec28 (patch) | |
tree | 1ae64fff4d8c2eadc6835a9990db4a9f8f077126 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 066c5b46b6eaf2f13f80c19500dbb3b84baabb33 (diff) |
scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_notify()
In commit 031312dbc695 ("scsi: ufs: ufs-qcom: Remove unnecessary goto
statements") the error handling was accidentally changed, resulting in the
error of ufs_qcom_clk_scale_*() calls not being returned.
This is the case I checked:
ufs_qcom_clk_scale_notify ->
'ufs_qcom_clk_scale_up_/down_pre_change' error ->
return 0;
Make sure those errors are properly returned.
Fixes: 031312dbc695 ("scsi: ufs: ufs-qcom: Remove unnecessary goto statements")
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: ChanWoo Lee <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Andrew Halaney <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions