]> 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)
commitc3c172629f84ded24e86b1d44235608851ebac65
tree7464a2f20481d74f4305d827149db27624a52751
parentab86814a6d1d5572def74dc00f730c051a314de0
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