]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] sym53c8xx: fix bogus free_irq() on error path
authorTony Battersby <tonyb@cybernetics.com>
Thu, 8 Jan 2009 17:54:45 +0000 (12:54 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:58:16 +0000 (12:58 -0500)
commit0ef97fe183cf7f74ac60a4fd05cf6d2419108316
tree9cce185196e88f961e1cf5c24253ae84098b8822
parent754085cd98f8fa05763309b3dd172c9769d681cd
[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 <tonyb@cybernetics.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/sym53c8xx_2/sym_glue.c