From: Tony Battersby Date: Thu, 8 Jan 2009 17:54:45 +0000 (-0500) Subject: [SCSI] sym53c8xx: fix bogus free_irq() on error path X-Git-Tag: v2.6.30-rc1~641^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b409063a9b7a56c0d658feaffedeb74ad71edce7;p=pandora-kernel.git [SCSI] sym53c8xx: fix bogus free_irq() on error path If sym_attach() gets an error at or before request_irq(), then sym_free_resources() will call free_irq() for an unregistered interrupt handler. Signed-off-by: Tony Battersby Signed-off-by: James Bottomley --- Reading git-diff-tree failed