From: Matthew Wilcox Date: Sun, 9 Sep 2007 14:56:26 +0000 (-0600) Subject: [SCSI] advansys: Fix VLB driver name X-Git-Tag: v2.6.24-rc1~1290^2~132 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b8e5152bf107d7b1b982e682b00a426b515bf15f;p=~emulex%2Finfiniband.git [SCSI] advansys: Fix VLB driver name 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 Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index 4d4d7c9b22b..27b3e95c4e6 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c @@ -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", }, };