staging: slicoss: remove default case after we done with request_firmware
commit92adcc805764f5b5c552741298c079ce2de8757e
authorDevendra Naga <devendra.aaru@gmail.com>
Wed, 5 Sep 2012 10:03:46 +0000 (5 15:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 18:59:51 +0000 (5 11:59 -0700)
treeecc3b58ae9aa6b9eedd36f615c937f8ed0228d9b
parente5d2cb4a0b59fa3f4ecc2d47ca6afacada7794d2
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 <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c