* [PATCH] ne: Do not use slashes in irq name string
@ 2010-03-16 15:27 Atsushi Nemoto
2010-03-16 21:28 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2010-03-16 15:27 UTC (permalink / raw)
To: netdev; +Cc: David Miller
This patch fixes following warning introduced by commit
12bac0d9f4dbf3445a0319beee848d15fa32775e ("proc: warn on non-existing
proc entries"):
WARNING: at /work/mips-linux/make/linux/fs/proc/generic.c:316 __xlate_proc_name+0xe0/0xe8()
name 'RBHMA4X00/RTL8019'
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
drivers/net/ne.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ne.c b/drivers/net/ne.c
index 992dbff..f4347f8 100644
--- a/drivers/net/ne.c
+++ b/drivers/net/ne.c
@@ -142,7 +142,7 @@ bad_clone_list[] __initdata = {
{"PCM-4823", "PCM-4823", {0x00, 0xc0, 0x6c}}, /* Broken Advantech MoBo */
{"REALTEK", "RTL8019", {0x00, 0x00, 0xe8}}, /* no-name with Realtek chip */
#ifdef CONFIG_MACH_TX49XX
- {"RBHMA4X00-RTL8019", "RBHMA4X00/RTL8019", {0x00, 0x60, 0x0a}}, /* Toshiba built-in */
+ {"RBHMA4X00-RTL8019", "RBHMA4X00-RTL8019", {0x00, 0x60, 0x0a}}, /* Toshiba built-in */
#endif
{"LCS-8834", "LCS-8836", {0x04, 0x04, 0x37}}, /* ShinyNet (SET) */
{NULL,}
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ne: Do not use slashes in irq name string
2010-03-16 15:27 [PATCH] ne: Do not use slashes in irq name string Atsushi Nemoto
@ 2010-03-16 21:28 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-03-16 21:28 UTC (permalink / raw)
To: anemo; +Cc: netdev
From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Date: Wed, 17 Mar 2010 00:27:40 +0900
> This patch fixes following warning introduced by commit
> 12bac0d9f4dbf3445a0319beee848d15fa32775e ("proc: warn on non-existing
> proc entries"):
>
> WARNING: at /work/mips-linux/make/linux/fs/proc/generic.c:316 __xlate_proc_name+0xe0/0xe8()
> name 'RBHMA4X00/RTL8019'
>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-16 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16 15:27 [PATCH] ne: Do not use slashes in irq name string Atsushi Nemoto
2010-03-16 21:28 ` David Miller
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).