From: Devendra Naga Date: Sun, 26 Aug 2012 07:06:56 +0000 (+0530) Subject: staging: slicoss: return early before calling request_firmware with empty firmware... X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~735 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651d4bc7ed85356efa16465073f13a24f040369e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed