mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 19:51:25 -04:00
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:
committed by
Christoph Hellwig
parent
7ab3d96208
commit
6d78e5576b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user