Re: b43: Fix memory leaks in b43_bus_dev_ssb_init andb43_bus_dev_bcma_init
From: Kalle Valo <hidden>
Date: 2016-03-23 15:52:00
Also in:
lkml, netdev
From: Kalle Valo <hidden>
Date: 2016-03-23 15:52:00
Also in:
lkml, netdev
From: Jia-Ju Bai <redacted> 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 <redacted> Acked-by: Michael B��sch <m@bues.ch> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Thanks, applied to wireless-drivers.git. Kalle Valo