qla2xxx: Fix sparse warning in qla_iocb.c file.

Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Joe Carnuccio 2014-09-25 05:17:05 -04:00 committed by Christoph Hellwig
parent 7ab3d96208
commit 6d78e5576b

View file

@ -2648,7 +2648,7 @@ qla82xx_start_scsi(srb_t *sp)
return QLA_FUNCTION_FAILED;
}
void
static void
qla24xx_abort_iocb(srb_t *sp, struct abort_entry_24xx *abt_iocb)
{
struct srb_iocb *aio = &sp->u.iocb_cmd;