[PATCH] brcmfmac: Fix 'did not remove int handler' warning

2016-05-04 Thread Christian Daudt
brcmf_sdiod_intr_unregister call that removes both func1 and func2 interrupt handlers only called when brcmf_ops_sdio_remove is called for func 1 (which is the 2nd call) but sdio is expecting it to be removed at the end of each sdio_remove call. This is causing 'rmmod bcmrfmac' on a 4356-sdio chip

Re: [PATCH] brcmfmac: Fix 'did not remove int handler' warning

2016-05-11 Thread Kalle Valo
Christian Daudt writes: > brcmf_sdiod_intr_unregister call that removes both func1 and > func2 interrupt handlers only called when brcmf_ops_sdio_remove > is called for func 1 (which is the 2nd call) but sdio is expecting > it to be removed at the end of each sdio_remove call. > This is causing '