staging: slicoss: return early before calling request_firmware with empty firmware...
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 26 Aug 2012 07:06:56 +0000 (12:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 21:23:33 +0000 (14:23 -0700)
commit651d4bc7ed85356efa16465073f13a24f040369e
tree647ecff33e049388e289c98f8d1b5a1bddc090da
parent623c2bb2c59a6941c68e5d47d13e417f63535043
staging: slicoss: return early before calling request_firmware with empty firmware filename

when the device id doesn't match in slic_card_download_gbrcv the filename is "",
i.e an empty name, and we try calling request_firmware with that name,
actually we can just fail out at default case before even calling request_firmware

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