commit | 1f70edc270b1a4a09e7e290ad9c9bbaa040557ac | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Tue Mar 16 17:10:08 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 21 22:22:53 2010 +0100 |
tree | be3431c235bda7db79256dc0c946efeb1cde6c1f | |
parent | ec8744ab07e2f3e5e88cb15019b642ce5101eddb [diff] |
mpc5121: cpu/mpc512x/diu.c: fix warnings Fix warnings while compiling with CONFIG_VIDEO enabled: diu.c: In function 'video_hw_init': diu.c:158: warning: 'return' with no value, in function returning non-void diu.c:162: warning: format '%ld' expects type 'long int', but argument 6 has type 'int' diu.c:162: warning: format '%ld' expects type 'long int', but argument 7 has type 'int' Signed-off-by: Anatolij Gustschin <agust@denx.de>