qla2x00t-32gbit/qla_init.c: Minimize diffs with the upstream code

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8456 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-07-15 03:09:33 +00:00
parent 1e4c96bf76
commit 3584b24708
+1 -1
View File
@@ -123,7 +123,7 @@ static int qla24xx_async_abort_cmd(srb_t *cmd_sp, bool wait)
int rval = QLA_FUNCTION_FAILED;
sp = qla2xxx_get_qpair_sp(cmd_sp->vha, cmd_sp->qpair, cmd_sp->fcport,
GFP_ATOMIC);
GFP_ATOMIC);
if (!sp)
return rval;