commit | 786f00659afd013ee8795083f3966c28323b3a03 | [log] [tgz] |
---|---|---|
author | Thomas Richter <tmricht@linux.vnet.ibm.com> | Wed Oct 22 12:18:06 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 26 22:21:39 2014 -0400 |
tree | 5cd72e286330d76857e6cc0ef5f9bd6250f0ac60 | |
parent | 3d14f661e6ae968689ff51f2f2f9b07d6ef3e3c6 [diff] |
lcs: replace sscanf by kstrto function Since a single integer value is read from the supplied buffer use the kstrto functions instead of sscanf. Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com> Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>