OMAP: DSS2: Convert simple/strict_strto* to kstrto*
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 4 Apr 2011 12:40:23 +0000 (15:40 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:20:11 +0000 (14:20 +0300)
Convert simple/strict_strto* functions to kstrto* functions. Only simple
cases are converted.

simple_strto* uses are still left to places where it is used to parse
numbers from a list of numbers. These need some other solution than
kstrto*.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found