Re: [PATCH] hid: replace strict_strtoul() with kstrtoul()

2013-07-23 Thread Jiri Kosina
On Fri, 19 Jul 2013, Jingoo Han wrote: The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han jg1@samsung.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the

[PATCH] hid: replace strict_strtoul() with kstrtoul()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/hid/hid-magicmouse.c |2 +- drivers/hid/hid-ntrig.c | 12 ++--

[PATCH] hid: replace strict_strtoul() with kstrtoul()

2013-06-01 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/hid/hid-magicmouse.c |2 +- drivers/hid/hid-ntrig.c | 12 ++--