commit | d88021a6710e6ed5d1899ba2e54d4638026e277d | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Mon Jan 29 10:22:20 2007 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Jan 31 11:06:12 2007 -0600 |
tree | 4c251c19a0b98b616754046b9eaafa8176de1a25 | |
parent | a8488abefaa863a0c3a19888f03395adb3f1c6d2 [diff] |
[SCSI] qla2xxx: Handle IRQ-0 assignments by the system. No restriction should be placed on the IRQ number assigned to a given ISP. Original code incorrectly assumed a non-zero IRQ number assignment by the system. In these circumstances the proper freeing of the IRQ (via free_irq()) would not take place. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>