regulator: virtual: Replace strict_strtol with kstrtol
authorAxel Lin <axel.lin@gmail.com>
Thu, 19 Apr 2012 01:03:45 +0000 (09:03 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 19 Apr 2012 12:48:34 +0000 (13:48 +0100)
commit85960e7b3a212e5a895ba5b341cb4a18d0225a89
treed918b0247a4ec04105bafc25e78a8117cc6f01ae
parenta67f7e6b601ab55067d02de42e89be34c4b6f345
regulator: virtual: Replace strict_strtol with kstrtol

strict_strtol is deprecated and results in a checkpatch warning.
Replace it with kstrtol.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/virtual.c
This page took 0.036549 seconds and 5 git commands to generate.