From: Devendra Naga Date: Wed, 5 Sep 2012 10:03:46 +0000 (+0530) Subject: staging: slicoss: remove default case after we done with request_firmware X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~683 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92adcc805764f5b5c552741298c079ce2de8757e;p=pandora-kernel.git staging: slicoss: remove default case after we done with request_firmware we are returning -ENOENT when there is no firmware file for a matching device id. then we start calling request_firmware, after this we do checks on the firmware length of corresponding device id, since the default case is handled in the begining itself there is no need of a default case at the firmware length checks Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed