summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-10-29 13:01:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-21 09:49:24 +0100
commit5abe8d48471c212c45cbb0d522b70d76325ceac0 (patch)
treeea3afbfec08ace8ef70f0eb074670b16bbec676d /drivers/spi/spi.c
parent75559e0f485432202fdf3c960229d75b77069076 (diff)
staging: greybus: spilib: fix use-after-free after deregistration
commit 770b03c2ca4aa44d226cf248f86aa23e546147d0 upstream. Remove erroneous spi_master_put() after controller deregistration which would access the already freed spi controller. Note that spi_unregister_master() drops our only controller reference. Fixes: ba3e67001b42 ("greybus: SPI: convert to a gpbridge driver") Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/spi/spi.c')
0 files changed, 0 insertions, 0 deletions