]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: FunctionFS: Use kstrtoul()
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 9 Jan 2013 09:17:47 +0000 (10:17 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 10 Jan 2013 10:42:14 +0000 (12:42 +0200)
commitafd2e186bd7e58dc9d298ff5fb5a2fc30578867e
tree1218ca710f61fb570b110279211739e406fc67c0
parentcd76213eb57c505d3df6fa3134a6b3bb5394a90c
usb: gadget: FunctionFS: Use kstrtoul()

kstrtoul() checks for overflow which simple_strtoul() does not pluss
it has “*end == 0” check in it as well.  As a side effect, a new
line character is now accepted, but this should not be an issue.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_fs.c