aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
diff options
context:
space:
mode:
authorAbhijit Pawar <abhi.c.pawar@gmail.com>2012-12-10 19:30:52 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-11 12:49:53 -0500
commita71258d79e3d05632e90c9f7db5ccf929d276529 (patch)
treee14956b6e9c5b31cb77ece7696e852b0e1f0e543 /net/mac80211/debugfs_sta.c
parenttun: allow setting ethernet addresss while running (diff)
downloadlinux-dev-a71258d79e3d05632e90c9f7db5ccf929d276529.tar.xz
linux-dev-a71258d79e3d05632e90c9f7db5ccf929d276529.zip
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>
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r--net/mac80211/debugfs_sta.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c
index 0dedb4bd9623..6fb1168b9f16 100644
--- a/net/mac80211/debugfs_sta.c
+++ b/net/mac80211/debugfs_sta.c
@@ -220,7 +220,6 @@ static ssize_t sta_agg_status_write(struct file *file, const char __user *userbu
} else
return -EINVAL;
- tid = simple_strtoul(buf, NULL, 0);
ret = kstrtoul(buf, 0, &tid);
if (ret)
return ret;