diff options
author | Jia-Ju Bai <baijiaju1990@163.com> | 2016-03-11 22:44:37 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-03-23 17:51:31 +0200 |
commit | 372f7d6ac11235a69b2cb356cdc8bf67bd68f4c4 (patch) | |
tree | 2ea97c0809a44ee15c254543791305bb125330ee /drivers/bcma/main.c | |
parent | 9a3492194eca6253ae7ba93c7a402cecad7f1c94 (diff) | |
download | linux-372f7d6ac11235a69b2cb356cdc8bf67bd68f4c4.tar.bz2 |
b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_init
The memory allocated by kzalloc in b43_bus_dev_ssb_init and
b43_bus_dev_bcma_init is not freed.
This patch fixes the bug by adding kfree in b43_ssb_remove,
b43_bcma_remove and error handling code of b43_bcma_probe.
Thanks Michael for his suggestion.
Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Acked-by: Michael Büsch <m@bues.ch>
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/bcma/main.c')
0 files changed, 0 insertions, 0 deletions