]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()
authorJesper Juhl <jj@chaosbits.net>
Mon, 9 Apr 2012 20:49:49 +0000 (22:49 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Fri, 13 Apr 2012 21:26:56 +0000 (18:26 -0300)
commitc2a837f46a4241f5c68ae1b6d49be2467be34e90
tree220071d811fbae238c70ba8f654caeddd57c09ab
parent69d71ee71ee71f8e9dbee281260d0993b9551d3c
Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()

release_firmware() deals gracefullt with NULL pointers so there's no
reason to test for one prior to calling the function.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
drivers/bluetooth/btmrvl_sdio.c