]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: R8A7779: fix Ether device name
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 9 Apr 2013 17:48:59 +0000 (21:48 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 24 Apr 2013 08:39:05 +0000 (17:39 +0900)
While recasting the commit "ARM: shmobile: R8A7779: add Ether support", I made a
typo in the platform device's name: used underscore instead of hyphen.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7779.c

index 689ce67920d8c7bcfde8762003b1d006b0926838..d04278aafb84ba1ab61e6f1aeb692e1a3ec6d23d 100644 (file)
@@ -397,7 +397,7 @@ void __init r8a7779_add_standard_devices(void)
 
 void __init r8a7779_add_ether_device(struct sh_eth_plat_data *pdata)
 {
-       platform_device_register_resndata(&platform_bus, "sh_eth", -1,
+       platform_device_register_resndata(&platform_bus, "sh-eth", -1,
                                          ether_resources,
                                          ARRAY_SIZE(ether_resources),
                                          pdata, sizeof(*pdata));