]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: storage_common: use strtobool instead of kstrtouint
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Tue, 15 Oct 2013 06:33:12 +0000 (08:33 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 15 Oct 2013 11:52:04 +0000 (06:52 -0500)
commit81a1d5ea6670acecf1366cd6a4d328c123bdf9fa
tree81e98edaa5d49160c19a68db41dd28a4159c7c6e
parent7f4d1e7bdd9f293a522e5559f1b64a95c066c15e
usb: gadget: storage_common: use strtobool instead of kstrtouint

strtobool is more flexible for the user and is more appropriate in the
context.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/storage_common.c