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>
This commit is contained in:
parent
a676847b39
commit
a71258d79e
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue