From: Guennadi Liakhovetski Date: Fri, 6 Jan 2012 11:58:16 +0000 (+0100) Subject: wireless: b43: fix Oops on card eject during transfer X-Git-Tag: v3.3-rc1~17^2~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccde8a45cbd3ea9a6e785e4393d3a1f6b4e6b495;p=pandora-kernel.git wireless: b43: fix Oops on card eject during transfer An Oops has once been observed, when the SDIO card had been ejected during IO. The PC value shows, that the dev pointer in b43_op_stop() was NULL. (I moved the NULL check before the lock, based upon a suggestion from Julian Calaby . -- JWL) Signed-off-by: Guennadi Liakhovetski Signed-off-by: John W. Linville --- Reading git-diff-tree failed