* [PATCH 1/2] ARM: shmobile: R8A7778: fix Ether device name
@ 2013-04-09 17:47 Sergei Shtylyov
2013-04-10 0:41 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2013-04-09 17:47 UTC (permalink / raw)
To: linux-arm-kernel
While recasting the commit "ARM: shmobile: R8A7778: 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>
---
The patch is atop of the 'renesas-next-20130410' tag of the 'renesas.git' tree.
arch/arm/mach-shmobile/setup-r8a7778.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: renesas/arch/arm/mach-shmobile/setup-r8a7778.c
===================================================================
--- renesas.orig/arch/arm/mach-shmobile/setup-r8a7778.c
+++ renesas/arch/arm/mach-shmobile/setup-r8a7778.c
@@ -96,7 +96,7 @@ static struct resource ether_resources[]
void __init r8a7778_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));
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/2] ARM: shmobile: R8A7778: fix Ether device name
2013-04-09 17:47 [PATCH 1/2] ARM: shmobile: R8A7778: fix Ether device name Sergei Shtylyov
@ 2013-04-10 0:41 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-04-10 0:41 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 09, 2013 at 09:47:51PM +0400, Sergei Shtylyov wrote:
> While recasting the commit "ARM: shmobile: R8A7778: 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>
>
> ---
> The patch is atop of the 'renesas-next-20130410' tag of the 'renesas.git' tree.
Thanks, queued up in the soc-r7a7778 branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-10 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 17:47 [PATCH 1/2] ARM: shmobile: R8A7778: fix Ether device name Sergei Shtylyov
2013-04-10 0:41 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).