projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3cd60
)
xtensa: ISS: fix command line parameter name
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 10 Nov 2013 12:05:45 +0000
(16:05 +0400)
committer
Chris Zankel
<chris@zankel.net>
Tue, 14 Jan 2014 18:19:49 +0000
(10:19 -0800)
Now 'ethX=...' syntax can actually be used in kernel command line to
specify network interfaces.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/platforms/iss/network.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/platforms/iss/network.c
b/arch/xtensa/platforms/iss/network.c
index 6d9cc455eae1798bbed9346b0afa91fcf763e7af..0c7c1d4141dbd84a62d6c9125c91bce519fb63ce 100644
(file)
--- a/
arch/xtensa/platforms/iss/network.c
+++ b/
arch/xtensa/platforms/iss/network.c
@@
-681,7
+681,7
@@
static int __init 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.