]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: slicoss: release firmware before returning
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 26 Aug 2012 07:12:50 +0000 (12:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 21:23:33 +0000 (14:23 -0700)
commit7ee34ab2b37a2a8191bb1b33eebd3ed8cfae0ce6
treee36a80bcaee478ca0851b3456e9914cac3a7e96c
parent651d4bc7ed85356efa16465073f13a24f040369e
staging: slicoss: release firmware before returning

we request_firmware in slic_card_download_gbrcv and we return out
with out calling release_firmware, where we compare against a
firmware lengths of certain device ids.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c