Title: [9749] trunk/drivers/usb/musb/blackfin.c: usb: musb: blackfin: fix typo in platform driver name
- Revision
- 9749
- Author
- vapier
- Date
- 2011-03-22 14:44:09 -0400 (Tue, 22 Mar 2011)
Log Message
usb: musb: blackfin: fix typo in platform driver name
The modularization of the Blackfin driver set the name to "musb-blackfin"
in all the boards, but "musb-bfin" in the driver itself. Since the driver
file name uses "blackfin", change the driver to "musb-blackfin". This is
also easier as it's only one file to change.
Modified Paths
Diff
Modified: trunk/drivers/usb/musb/blackfin.c (9748 => 9749)
--- trunk/drivers/usb/musb/blackfin.c 2011-03-21 18:31:50 UTC (rev 9748)
+++ trunk/drivers/usb/musb/blackfin.c 2011-03-22 18:44:09 UTC (rev 9749)
@@ -547,7 +547,7 @@
static struct platform_driver bfin_driver = {
.remove = __exit_p(bfin_remove),
.driver = {
- .name = "musb-bfin",
+ .name = "musb-blackfin",
.pm = DEV_PM_OPS,
},
};
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits