projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aad794
)
XTENSA: Emphasize that the "eth" boot-time parm takes a value
author
Robert P. J. Day
<rpjday@mindspring.com>
Fri, 19 Oct 2007 22:20:15 +0000
(
00:20
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 22:20:15 +0000
(
00:20
+0200)
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/xtensa/platform-iss/network.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/platform-iss/network.c
b/arch/xtensa/platform-iss/network.c
index f09962fa98c09a5594358d22c23b0b7d993209f0..b61fb36674e7f7e571aac77bb534165aa750d875 100644
(file)
--- a/
arch/xtensa/platform-iss/network.c
+++ b/
arch/xtensa/platform-iss/network.c
@@
-798,7
+798,7
@@
static int iss_net_setup(char *str)
#undef ERR
-__setup("eth", iss_net_setup);
+__setup("eth
=
", iss_net_setup);
/*
* Initialize all ISS Ethernet devices previously registered in iss_net_setup.