From: Andrew Vasquez Date: Mon, 29 Jan 2007 18:22:20 +0000 (-0800) Subject: [SCSI] qla2xxx: Handle IRQ-0 assignments by the system. X-Git-Tag: v2.6.21-rc1~274^2~230^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88021a6710e6ed5d1899ba2e54d4638026e277d;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed