diff options
author | Abhijit Pawar <abhi.c.pawar@gmail.com> | 2012-12-10 14:30:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-11 12:49:53 -0500 |
commit | a71258d79e3d05632e90c9f7db5ccf929d276529 (patch) | |
tree | e14956b6e9c5b31cb77ece7696e852b0e1f0e543 /net/mac80211 | |
parent | a676847b396a8f6e212419fd4e45a3bd7362aebf (diff) |
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.c | 1 |
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 | |||
220 | } else | 220 | } else |
221 | return -EINVAL; | 221 | return -EINVAL; |
222 | 222 | ||
223 | tid = simple_strtoul(buf, NULL, 0); | ||
224 | ret = kstrtoul(buf, 0, &tid); | 223 | ret = kstrtoul(buf, 0, &tid); |
225 | if (ret) | 224 | if (ret) |
226 | return ret; | 225 | return ret; |