[SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapter
authorPoornima Vonti <poornima.vonti@qlogic.com>
Mon, 21 Jan 2013 04:51:01 +0000 (23:51 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 Jan 2013 02:50:19 +0000 (13:50 +1100)
commit137257da9e52c6aec9ba67aae0a2bbae235dfa3a
treec194a5565fafa63e7b1e2904f24dab6076014984
parent5b1c1bff07d579f8a7b672d4e5262d52eba5ef01
[SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapter

Problem:
If initialization of adapter fails for some reason, then the interrupt handlers
are released. The interrupt handlers are not registered again when initialization
of adapter is retried.

Solution:
Re-register the interrupt handler when adapter initialization is retried.

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>
drivers/scsi/qla4xxx/ql4_nx.c
drivers/scsi/qla4xxx/ql4_os.c