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:
dac411e
)
[POWERPC] iseries: Cleanup e2a() and strne2a()
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 13 Jul 2006 07:52:06 +0000
(17:52 +1000)
committer
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:42:20 +0000
(18:42 +1000)
e2a() was formally used by lparcfg, and so had to be exported, but isn't
anymore, so don't.
e2a() and strne2a() can both be static, and __init.
And e2a can be made much more concise if we use x ... y case labels, while
we're there add support for lower case letters.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
No differences found