Skip to content

Commit

Permalink
XTENSA: Emphasize that the "eth" boot-time parm takes a value
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Oct 19, 2007
1 parent 4aad794 commit 0a8141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/platform-iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0a8141e

Please sign in to comment.