diff options
Diffstat (limited to 'drivers/net/netconsole.c')
| -rw-r--r-- | drivers/net/netconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index edd1b5306b16..75b35ad760de 100644 --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c | |||
| @@ -94,7 +94,7 @@ static struct console netconsole = { | |||
| 94 | static int option_setup(char *opt) | 94 | static int option_setup(char *opt) |
| 95 | { | 95 | { |
| 96 | configured = !netpoll_parse_options(&np, opt); | 96 | configured = !netpoll_parse_options(&np, opt); |
| 97 | return 0; | 97 | return 1; |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | __setup("netconsole=", option_setup); | 100 | __setup("netconsole=", option_setup); |
