commit | 0672f0ab57dc71958542ac41e5a7ccb6a382a8f3 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri May 31 21:18:55 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 00:39:46 2013 -0700 |
tree | b729314765ae3740ba2d26200b71ed56aa223636 | |
parent | 9a99d4a50cb8ce516adf0f2436138d4c8e6e4535 [diff] |
net: can: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>