Re: [U-Boot] [PATCH 1/9] PowerPC: Squash warning in mpc512x serial.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535462-20693-2-git-send-email-marek.va...@gmail.com> you wrote: > serial.c: In function 'serial_setbrg_dev': > serial.c:143: warning: format '%d' expects type 'int', but argument 4 has type > 'long unsigned int' > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk

[U-Boot] [PATCH 1/9] PowerPC: Squash warning in mpc512x serial.c

2011-10-25 Thread Marek Vasut
serial.c: In function 'serial_setbrg_dev': serial.c:143: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Simon Glass Cc: Mike Frysinger --- arch/powerpc/cpu/mpc512x/serial.c |2 +- 1 files changed, 1 ins