Re: [PATCH -next] spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()

2021-04-08 Thread Mark Brown
On Thu, 1 Apr 2021 22:03:50 +0800, Yang Yingliang wrote: > Add the missing iounmap() before return from of_fsl_spi_probe() > in the error handling case. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: fsl: add missing iounmap() on error

[PATCH -next] spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()

2021-04-01 Thread Yang Yingliang
Add the missing iounmap() before return from of_fsl_spi_probe() in the error handling case. Fixes: 0f0581b24bd0 ("spi: fsl: Convert to use CS GPIO descriptors") Reported-by: Hulk Robot Signed-off-by: Yang Yingliang --- drivers/spi/spi-fsl-spi.c | 23 ++- 1 file changed, 18 i