]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lcs: replace sscanf by kstrto function
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Wed, 22 Oct 2014 10:18:06 +0000 (12:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Oct 2014 02:21:39 +0000 (22:21 -0400)
commit786f00659afd013ee8795083f3966c28323b3a03
tree5cd72e286330d76857e6cc0ef5f9bd6250f0ac60
parent3d14f661e6ae968689ff51f2f2f9b07d6ef3e3c6
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>
drivers/s390/net/lcs.c