HID: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 06:53:16 +0000 (15:53 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 23 Jul 2013 14:05:46 +0000 (16:05 +0200)
commitdfc450b55d6b9215da27c5dc2c5f3ca1865575a6
tree29dc496996ac63de2f1c976890ee5999b86f7da2
parentbc197eedef1ae082ec662c64c3f4aa302821fb7a
HID: replace strict_strtoul() with kstrtoul()

The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-magicmouse.c
drivers/hid/hid-ntrig.c
drivers/hid/hid-roccat-arvo.c
drivers/hid/hid-roccat-isku.c
drivers/hid/hid-roccat-kone.c
drivers/hid/hid-roccat-koneplus.c
drivers/hid/hid-roccat-kovaplus.c
This page took 0.026701 seconds and 5 git commands to generate.