]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[SCSI] aacraid: Fix down_interruptible() to check the return value
authorMark Salyzyn <Mark_Salyzyn@adaptec.com>
Mon, 14 Apr 2008 18:20:16 +0000 (14:20 -0400)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 16 Apr 2008 14:32:43 +0000 (09:32 -0500)
commite6990c6448ca9359b6d4ad027c0a6efbf4379e64
tree513ca9b2aca6e667717a01d035fefe545d661426
parent582df15327828570595d4be55b2b300dac5271c1
[SCSI] aacraid: Fix down_interruptible() to check the return value

Instead of ignoring the return value in aac_fib_send() return 2 to
indicate to the layers above that fib transmission was aborted due to
timeout.

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/aacraid/commsup.c