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>
Wed, 9 May 2012 04:40:31 +0000 (01:40 -0300)
commit59f34fb3354bb7b5f9d865ccaa2c54d3cf691cb8
tree5361b8023570521b23d908a8405189b471d0fb93
parentb76bbd6657a2dd7545686ba9ad59625f44192146
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