From: Tony Battersby Date: Tue, 6 Nov 2007 19:40:54 +0000 (-0500) Subject: [SCSI] sym53c8xx: fix free_irq() regression X-Git-Tag: v2.6.24-rc6~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee2413ca0da80c819f2388c0faeffce1ac8513b;p=pandora-kernel.git [SCSI] sym53c8xx: fix free_irq() regression The following commit changed the pointer passed to request_irq(), but failed to change the pointer passed to free_irq(): commit 99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1 Author: Matthew Wilcox Date: Fri Oct 5 15:55:12 2007 -0400 [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE ... The result is that free_irq() doesn't actually take any action. This patch fixes it. Signed-off-by: Tony Battersby Acked-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed