summaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-09-05 10:03:46 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-05 18:59:51 (GMT)
commit92adcc805764f5b5c552741298c079ce2de8757e (patch)
treeecc3b58ae9aa6b9eedd36f615c937f8ed0228d9b /drivers/staging/slicoss
parente5d2cb4a0b59fa3f4ecc2d47ca6afacada7794d2 (diff)
downloadlinux-fsl-qoriq-92adcc805764f5b5c552741298c079ce2de8757e.tar.xz
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>
Diffstat (limited to 'drivers/staging/slicoss')
-rw-r--r--drivers/staging/slicoss/slicoss.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.c
index 170e0df..10dcd33 100644
--- a/drivers/staging/slicoss/slicoss.c
+++ b/drivers/staging/slicoss/slicoss.c
@@ -539,9 +539,6 @@ static int slic_card_download_gbrcv(struct adapter *adapter)
return -EINVAL;
}
break;
- default:
- ASSERT(0);
- break;
}
/* start download */
slic_reg32_write(&slic_regs->slic_rcv_wcs, SLIC_RCVWCS_BEGIN, FLUSH);