]> 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)
commitc041ee2a8bdc5de1e33652347e90b744522a594a
tree9987fbb52f202b9b4162edefce8594d8fe328ad2
parent76f905bc17d410865262bc4a19f9b4ba44a58046
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