Re: b43: Fix memory leaks in b43_bus_dev_ssb_init andb43_bus_dev_bcma_init

From: Kalle Valo
Date: Wed Mar 23 2016 - 11:52:03 EST



> From: Jia-Ju Bai <baijiaju1990@xxxxxxx>
>
> 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@xxxxxxx>
> Acked-by: Michael Büsch <m@xxxxxxx>
> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@xxxxxxxxxxxxxxx>

Thanks, applied to wireless-drivers.git.

Kalle Valo