drm: modes: replace simple_strtoul by kstrtouint
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Thu, 5 Nov 2015 09:33:54 +0000 (10:33 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Nov 2015 10:41:53 +0000 (11:41 +0100)
commitcc344980c76748e57c9c03100c2a14d36ab00334
treecb47d9f5129a335ec678f5f773bc342c2ad47b14
parentd9c382421771560c6b282c100752a3c194cb5827
drm: modes: replace simple_strtoul by kstrtouint

The simple_strtoul function is marked as obsolete.
This patch replace it by kstrtouint.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_modes.c