Skip to content

Commit

Permalink
[SCSI] advansys: Fix VLB driver name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent 41fa2ad commit b8e5152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/advansys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit b8e5152

Please sign in to comment.