]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfb_console: fix build breakage
authorAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 29 Jul 2011 07:10:13 +0000 (09:10 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 29 Jul 2011 09:28:26 +0000 (11:28 +0200)
commitce0f709bcd52bbe5f432771ad3a18bd3d5a6747f
tree1affa34641fe48c44110b23c2839a7f23343cab1
parent40e018815dcf6692eeddffaeba38751b4e8c6af7
cfb_console: fix build breakage

Commit 09c2e90c110ef99f1203685acd1059114a51b167 "unify version_string"
introduced a build breakage in cfb_console.c

---8<---
cfb_console.c:1497: warning: format '%s' expects type 'char *', but
argument 3 has type 'const char (*)[]'
--->8---

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
drivers/video/cfb_console.c