spi: pxa2xx: Remove the unneeded result variable
authorye xingchen <ye.xingchen@zte.com.cn>
Thu, 25 Aug 2022 07:28:28 +0000 (07:28 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 25 Aug 2022 11:29:36 +0000 (12:29 +0100)
commitd294e99cdc823f368530b8169e33a599fa2a1afe
tree8f2fb11e60c85408c0f38bc9fcd7d59f94186893
parent1a09e0e8cfbbf91169fddf55a4b0e2f631fa57ad
spi: pxa2xx: Remove the unneeded result variable

Return the value clk_prepare_enable() directly instead of storing it in
another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/20220825072828.229294-1-ye.xingchen@zte.com.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c