git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7636b3b
)
OMAP: DSS2: Convert simple/strict_strto* to kstrto*
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 4 Apr 2011 12:40:23 +0000
(15:40 +0300)
committer
Tomi 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