aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2023-05-30 10:16:48 +0200
committerMark Brown <[email protected]>2023-05-30 13:46:57 +0100
commit6f089e986778d3657247fdc2b38bd38de796732b (patch)
treebbe36719e7f0c0e970dc0d6cb0c18f5f41730428 /scripts/generate_rust_analyzer.py
parentdf7e47196fcef5d5611caa65f91d813578cf3efd (diff)
spi: mt65xx: Don't disguise a "return 0" as "return ret"
Because of the earlier if (ret) return ret; ret is always zero at the end of mtk_spi_suspend(). Write it as explicit return 0 for slightly improved clearness. Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions