]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/hwmon: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Wed, 5 Feb 2014 02:02:59 +0000 (11:02 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 26 Mar 2014 03:59:31 +0000 (13:59 +1000)
commitc20f6b21b0db8b8c479c567a37b20e317a11ccae
tree906e79fdc9c554c09d39bba87dd0132aa5d85fb5
parent29f719df1f2c622753db205c6d99b7cde8aa70cb
drm/nouveau/hwmon: replace strict_strtol() with kstrtol()

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

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_hwmon.c