]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: sdio: Fix crash on wlcore_probe_of when failing to parse/map irq
authorBruno Herrera <bruherrera@gmail.com>
Fri, 10 Jun 2016 00:46:46 +0000 (21:46 -0300)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 29 Jun 2016 15:45:19 +0000 (18:45 +0300)
commit5e9cecb18130dd2b49d956b4687f0851a947b27e
tree7464a2f20481d74f4305d827149db27624a52751
parente6e12b55990f38e95c7ae1c48148554f8c28039b
wlcore: sdio: Fix crash on wlcore_probe_of when failing to parse/map irq

pdev_data pointer is being freed with kfree but the pointer is not dynamic allocated.

Signed-off-by: Bruno Herrera <bruherrera@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/sdio.c