summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNavid Emamdoost <navid.emamdoost@gmail.com>2019-11-21 14:01:11 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-17 20:38:48 +0100
commit9ed71720e46c881d803bcb2403e48556841515ce (patch)
treee86413c665131db8badf119718b4244d946524e4 /arch
parent60c5e0c603dd8edd1b571ae322edf2a0c0f47fc0 (diff)
Input: Fix memory leak in psxpad_spi_probe
In the implementation of psxpad_spi_probe() the allocated memory for pdev is leaked if psxpad_spi_init_ff() or input_register_polled_device() fail. The solution is using device managed allocation, like the one used for pad. Perform the allocation using devm_input_allocate_polled_device(). Fixes: 8be193c7b1f4 ("Input: add support for PlayStation 1/2 joypads connected via SPI") Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions