]> git.baikalelectronics.ru Git - kernel.git/commit
ctcm: replace sscanf by kstrto function
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Wed, 22 Oct 2014 10:18:07 +0000 (12:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Oct 2014 02:21:40 +0000 (22:21 -0400)
commitbdc4e252d2b4564c2050d34afe4125f0e3d92e4e
tree9987fbb52f202b9b4162edefce8594d8fe328ad2
parent05019edd859cbd122f3ddb00a6360ac76682c096
ctcm: 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/ctcm_sysfs.c