[SCSI] advansys: Fix VLB driver name
authorMatthew Wilcox <matthew@wil.cx>
Sun, 9 Sep 2007 14:56:26 +0000 (08:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:47:25 +0000 (14:47 -0400)
You can't have two drivers for the same bus type with the same name.
Since ISA and VLB are both isa_drivers, rename the VLB one to advansys_vlb.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c

index 4d4d7c9..27b3e95 100644 (file)
@@ -16985,7 +16985,7 @@ static struct isa_driver advansys_vlb_driver = {
        .remove         = __devexit_p(advansys_isa_remove),
        .driver = {
                .owner  = THIS_MODULE,
-               .name   = "advansys",
+               .name   = "advansys_vlb",
        },
 };