Skip to content

Commit

Permalink
net: Fix driver name for mdio-gpio.c
Browse files Browse the repository at this point in the history
Since commit
"7488876... dt/net: Eliminate users of of_platform_{,un}register_driver"
there are two platform drivers named "mdio-gpio" registered.
I renamed the of variant to "mdio-ofgpio".

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dirk Eibach authored and David S. Miller committed Oct 24, 2011
1 parent d2237d3 commit f42af6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/mdio-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ MODULE_DEVICE_TABLE(of, mdio_ofgpio_match);

static struct platform_driver mdio_ofgpio_driver = {
.driver = {
.name = "mdio-gpio",
.name = "mdio-ofgpio",
.owner = THIS_MODULE,
.of_match_table = mdio_ofgpio_match,
},
Expand Down

0 comments on commit f42af6c

Please sign in to comment.