]> git.hungrycats.org Git - linux/commit
Fix "qla2xxx: terminate exchange when command is aborted by LIO"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Feb 2017 16:42:33 +0000 (17:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2017 08:43:05 +0000 (09:43 +0100)
commit2329bcacd042a021c4b449d805f194851408d19b
treee43b18f8c04f60c0d382cd42f3e625bc9f42e4be
parent6ae2b0084f9ed794c7dfb4d31db0391bd6a8082c
Fix "qla2xxx: terminate exchange when command is aborted by LIO"

This fixes commit f67924cc39badbc813bd1935f9a025065a6a6534 which was
commit 7359df25a53386dd33c223672bbd12cb49d0ce4f upstream.

When backporting the patch, there was an unused variable, and the printk
type was incorrect.  Fix this up by moving back to the correct type as
shown in commit 649ee05499d1257a3af0e10d961a1c52d9ef95b7 and remove the
unneeded variable.

This fixes up two build warnings.

Cc: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/qla2xxx/qla_target.c