usb: gadget: storage_common: use kstrto*()
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 13 Apr 2011 22:37:00 +0000 (00:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 00:02:11 +0000 (17:02 -0700)
This commit replaces the usage of strict_strtoul() (which
became deprecated after commit 33ee3b2e) with kstrtouint().

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found