Commit a71258d79e3d05632e90c9f7db5ccf929d276529
Committed by
David S. Miller
1 parent
a676847b39
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
net: remove obsolete simple_strto<foo>
This patch removes the redundant occurences of simple_strto<foo> Signed-off-by: Abhijit Pawar <abhi.c.pawar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff
net/core/netpoll.c
... | ... | @@ -706,7 +706,6 @@ |
706 | 706 | *delim = 0; |
707 | 707 | if (*cur == ' ' || *cur == '\t') |
708 | 708 | np_info(np, "warning: whitespace is not allowed\n"); |
709 | - np->remote_port = simple_strtol(cur, NULL, 10); | |
710 | 709 | if (kstrtou16(cur, 10, &np->remote_port)) |
711 | 710 | goto parse_failed; |
712 | 711 | cur = delim; |
net/mac80211/debugfs_sta.c
net/netfilter/nf_conntrack_core.c