commit | fd4477b09e13f60c7d9e497311ea6410a94aaae8 | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Thu Apr 14 11:55:43 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 29 17:24:36 2011 -0700 |
tree | 01137169557a7433f3ddcbcb6b00d61c0d61f700 | |
parent | 865835fa441fcabc65251f14280df3055fe82d0f [diff] |
usb: gadget: storage_common: use kstrto*() [bug fix] This commit fixes an embarrassing bug in the "storage_common: use kstrto*()" patch which caused fsg_store_ro() to return zero instead of the length of the consumed buffer. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>