Home
last modified time | relevance | path

Searched hist:ce0f709bcd52bbe5f432771ad3a18bd3d5a6747f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.cce0f709bcd52bbe5f432771ad3a18bd3d5a6747f Fri Jul 29 07:10:13 UTC 2011 Andreas Bießmann <andreas.devel@googlemail.com> 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>