Files
twx-linux/drivers/spi
Dongliang Mu ff05681756 spi: meson-spicc: fix memory leak in meson_spicc_remove
commit 8311ee2164 upstream.

In meson_spicc_probe, the error handling code needs to clean up master
by calling spi_master_put, but the remove function does not have this
function call. This will lead to memory leak of spicc->master.

Reported-by: Dongliang Mu <mudongliangabcd@gmail.com>
Fixes: 454fa271bc4e("spi: Add Meson SPICC driver")
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Link: https://lore.kernel.org/r/20210720100116.1438974-1-mudongliangabcd@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-08-15 13:03:32 +02:00
..
2017-07-17 12:09:38 +01:00
2021-08-08 08:53:30 +02:00
2017-08-23 17:12:05 +01:00
2018-05-22 18:53:56 +02:00
2020-08-21 09:48:15 +02:00