[SCSI] qla2xxx: handle default case in qla2x00_request_firmware()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 Feb 2012 07:29:40 +0000 (10:29 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 29 Feb 2012 22:47:13 +0000 (16:47 -0600)
This silences a static checker warning.  Also we're always adding new
types of firmware, so it might fix a bug in real life some day.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found