summaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorAbhijit Pawar2012-12-10 20:30:52 +0100
committerDavid S. Miller2012-12-11 18:49:53 +0100
commita71258d79e3d05632e90c9f7db5ccf929d276529 (patch)
treee14956b6e9c5b31cb77ece7696e852b0e1f0e543 /net/mac80211
parenttun: allow setting ethernet addresss while running (diff)
downloadkernel-qcow2-linux-a71258d79e3d05632e90c9f7db5ccf929d276529.tar.gz
kernel-qcow2-linux-a71258d79e3d05632e90c9f7db5ccf929d276529.tar.xz
kernel-qcow2-linux-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')
-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;