ARM: davinci: Remove redundant casts
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 21 Oct 2014 14:53:31 +0000 (16:53 +0200)
committerSekhar Nori <nsekhar@ti.com>
Tue, 18 Nov 2014 15:41:13 +0000 (21:11 +0530)
commit14f6aeb4e5da6b37bef6a70346260a69bd6b42d0
tree7c020e029562baa7cb64b93eca3c042eb3747b6c
parenta7ca2bcf2d2ef15c343a12f2a4c2e06380a0f495
ARM: davinci: Remove redundant casts

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>
arch/arm/mach-davinci/board-da850-evm.c