[SCSI] qla4xxx: Fail probe_adapter if IRQ allocation fails
authorPoornima Vonti <poornima.vonti@qlogic.com>
Thu, 20 Sep 2012 11:35:07 +0000 (07:35 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Sep 2012 08:39:52 +0000 (12:39 +0400)
If IRQ allocation fails, it means system has run out of interrupt
vectors, so fail probe_adapter in case of IRQ allocation failure
and dont retry adapter initialization.

Signed-off-by: Poornima Vonti <poornima.vonti@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found