Signed-off-by: Alan Cox <[EMAIL PROTECTED]>

diff -u --new-file --recursive --exclude-from /usr/src/exclude 
linux.vanilla-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c 
linux-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c
--- linux.vanilla-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c        2007-06-07 
14:24:28.000000000 +0100
+++ linux-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c        2007-06-14 
13:48:18.000000000 +0100
@@ -113,13 +113,13 @@
        scsi_scan_host(shost);
        return 0;
 
- out_free_irq:
+out_free_irq:
        free_irq(shost->irq, shost);
- out_release_region:
+out_release_region:
        release_region(io, DMX3191D_REGION_LEN);
- out_disable_device:
+out_disable_device:
        pci_disable_device(pdev);
- out:
+out:
        return error;
 }
 
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to