]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 6 Mar 2025 09:48:34 +0000 (12:48 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 6 Mar 2025 13:27:16 +0000 (13:27 +0000)
commit7dfc9bdde9fa20cf1ac5cbea97b0446622ca74c7
tree4684a52127df75ec46ede10dc5e3852cc135a357
parent5fac6c2785f95ddd73db33289dcd3cd5a68be226
spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()

The devm_ioremap() function returns NULL on error, it doesn't return
error pointers.  Fix the check to match.

Fixes: 79b8a705e26c ("spi: stm32: Add OSPI driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://patch.msgid.link/bc4c9123-df43-4616-962f-765801d30b4c@stanley.mountain
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-ospi.c