Re: [PATCH] drm: modes: replace simple_strtoul by kstrtouint

2015-11-16 Thread Daniel Vetter
On Thu, Nov 05, 2015 at 10:33:54AM +0100, LABBE Corentin wrote: > The simple_strtoul function is marked as obsolete. > This patch replace it by kstrtouint. > > Signed-off-by: LABBE Corentin Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/drm_modes.c | 16 +++- > 1

Re: [PATCH] drm: modes: replace simple_strtoul by kstrtouint

2015-11-16 Thread Daniel Vetter
On Thu, Nov 05, 2015 at 10:33:54AM +0100, LABBE Corentin wrote: > The simple_strtoul function is marked as obsolete. > This patch replace it by kstrtouint. > > Signed-off-by: LABBE Corentin Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/drm_modes.c |

[PATCH] drm: modes: replace simple_strtoul by kstrtouint

2015-11-05 Thread LABBE Corentin
The simple_strtoul function is marked as obsolete. This patch replace it by kstrtouint. Signed-off-by: LABBE Corentin --- drivers/gpu/drm/drm_modes.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c

[PATCH] drm: modes: replace simple_strtoul by kstrtouint

2015-11-05 Thread LABBE Corentin
The simple_strtoul function is marked as obsolete. This patch replace it by kstrtouint. Signed-off-by: LABBE Corentin --- drivers/gpu/drm/drm_modes.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_modes.c