summaryrefslogtreecommitdiff
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 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-12-11 17:49:53 (GMT)
commita71258d79e3d05632e90c9f7db5ccf929d276529 (patch)
treee14956b6e9c5b31cb77ece7696e852b0e1f0e543 /net/mac80211/debugfs_sta.c
parenta676847b396a8f6e212419fd4e45a3bd7362aebf (diff)
downloadlinux-a71258d79e3d05632e90c9f7db5ccf929d276529.tar.xz
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 0dedb4b..6fb1168 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;