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:
a7ca2bc
)
ARM: davinci: Remove redundant casts
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Tue, 21 Oct 2014 14:53:31 +0000
(16:53 +0200)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 18 Nov 2014 15:41:13 +0000
(21:11 +0530)
These casts to char* are unnecessary and slightly confusing, since
both operands actually have type const char*.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
No differences found