]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: sg2044-nor: fix signedness bug in sg2044_spifmc_write()
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 14 Mar 2025 10:10:15 +0000 (13:10 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 16 Mar 2025 23:34:16 +0000 (23:34 +0000)
commit16c6cac2463d57d3dc15057937fd7aedacff656e
treea1764589cc4863095fb25b2ebcf47658ec7061e2
parent336a41c90c86b883aa06ed19f138eee19ddf9958
spi: sg2044-nor: fix signedness bug in sg2044_spifmc_write()

The "ret" variable needs to be signed for the error handling to work.
It should be type int, since it only holds zero and negative error
codes.

Fixes: de16c322eefb ("spi: sophgo: add SG2044 SPI NOR controller driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://patch.msgid.link/4e16e1bf-e5fb-4771-bc92-c5cba9aac473@stanley.mountain
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sg2044-nor.c