* [PATCH] SCSI: aic7xxx_osm_pci resource leak fix.
@ 2006-04-23 18:16 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-04-23 18:16 UTC (permalink / raw)
To: linux-kernel; +Cc: James.Bottomley, linux-scsi, Jesper Juhl
Fix resource leak in
drivers/scsi/aic7xxx/aic7xxx_osm_pci.c::ahc_linux_pci_dev_probe()
Found by the coverity checker (#668)
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
drivers/scsi/aic7xxx/aic7xxx_osm_pci.c | 1 +
1 files changed, 1 insertion(+)
--- linux-2.6.17-rc2-git4-orig/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.17-rc2-git4/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 2006-04-23 20:05:50.000000000 +0200
@@ -219,6 +219,7 @@ ahc_linux_pci_dev_probe(struct pci_dev *
ahc->flags |= AHC_39BIT_ADDRESSING;
} else {
if (dma_set_mask(dev, DMA_32BIT_MASK)) {
+ ahc_free(ahc);
printk(KERN_WARNING "aic7xxx: No suitable DMA available.\n");
return (-ENODEV);
}
(please keep replies CC'ed to me)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-23 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-23 18:16 [PATCH] SCSI: aic7xxx_osm_pci resource leak fix Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox