Re: [U-Boot] [PATCH] cfb_console: fix build breakage

2011-07-29 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <4e32a86d.1010...@mvista.com> you wrote: > > > diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c > > index 77e7285..b56197f 100644 > > --- a/drivers/video/cfb_console.c > > +++ b/drivers/video/cfb_console.c > > @@ -1494,7 +1494,7 @@ static voi

Re: [U-Boot] [PATCH] cfb_console: fix build breakage

2011-07-29 Thread Sergei Shtylyov
Hello. On 29-07-2011 11:10, Andreas Bießmann wrote: > 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 (*)[]' >

Re: [U-Boot] [PATCH] cfb_console: fix build breakage

2011-07-29 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message <1311923413-62087-1-git-send-email-andreas.de...@googlemail.com> you wrote: > Commit 09c2e90c110ef99f1203685acd1059114a51b167 "unify version_string" > introduced a build breakage in cfb_console.c > > ---8<--- > cfb_console.c:1497: warning: for

[U-Boot] [PATCH] cfb_console: fix build breakage

2011-07-29 Thread Andreas Bießmann
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 --- drivers/video/cfb_