[SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request_irqs().
commit963b0fdd3a4aa68e6e65e0967ec0adcca0736fde
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 31 Jan 2008 20:33:50 +0000 (31 12:33 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 8 Feb 2008 00:02:39 +0000 (7 18:02 -0600)
tree33ad21e58997cdd85f944f29722a6bcc4759fbf8
parent3db0652ef986f3bc3d779c4f986330ee3fdd50cc
[SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request_irqs().

There's no functional change involved with this update, instead
it simply migrates the "set cleared interrupt state" codes to a
more approprate method, qla2x00_request_irqs(), and cleans-up the
driver's probe() logic.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_os.c