aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
Diffstat (limited to 'net/core')
-rw-r--r--net/core/netpoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c
index 12c129f726f9..3151acf5ec13 100644
--- a/net/core/netpoll.c
+++ b/net/core/netpoll.c
@@ -706,7 +706,6 @@ int netpoll_parse_options(struct netpoll *np, char *opt)
706 *delim = 0; 706 *delim = 0;
707 if (*cur == ' ' || *cur == '\t') 707 if (*cur == ' ' || *cur == '\t')
708 np_info(np, "warning: whitespace is not allowed\n"); 708 np_info(np, "warning: whitespace is not allowed\n");
709 np->remote_port = simple_strtol(cur, NULL, 10);
710 if (kstrtou16(cur, 10, &np->remote_port)) 709 if (kstrtou16(cur, 10, &np->remote_port))
711 goto parse_failed; 710 goto parse_failed;
712 cur = delim; 711 cur = delim;