[PATCH] drm/nouveau/hwmon: replace strict_strtol() with kstrtol()

2014-02-07 Thread Ben Skeggs
- Original Message - > From: "Jingoo Han" > To: "Ben Skeggs" > Cc: dri-devel at lists.freedesktop.org, "David Airlie" , > "Jingoo Han" > Sent: Wednesday, 5 February, 2014 12:02:59 PM > Subject: [PATCH] drm/nouveau/hwmon

[PATCH] drm/nouveau/hwmon: replace strict_strtol() with kstrtol()

2014-02-05 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/gpu/drm/nouveau/nouveau_hwmon.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw