2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Guennadi Liakhovetski <[email protected]> commit e476a5a41ad67d0e2b4a652820c49a3923eb936b upstream. Fix unbalanced call to sdio_release_host() on the error path. Signed-off-by: Guennadi Liakhovetski <[email protected]> Acked-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- drivers/net/wireless/b43/sdio.c | 1 + 1 file changed, 1 insertion(+) Index: linux/drivers/net/wireless/b43/sdio.c =================================================================== --- linux.orig/drivers/net/wireless/b43/sdio.c +++ linux/drivers/net/wireless/b43/sdio.c @@ -163,6 +163,7 @@ static int b43_sdio_probe(struct sdio_fu err_free_ssb: kfree(sdio); err_disable_func: + sdio_claim_host(func); sdio_disable_func(func); err_release_host: sdio_release_host(func); _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
