On Mon, May 25, 2015 at 10:17:25AM -0300, Fabio Estevam wrote:
Use '%zd' for printing 'ssize_t' format in order to fix the following build warning on ARM64:
drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi': drivers/gpu/drm/i2c/tda998x_drv.c:647:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t' [-Wformat=]
Reported-by: Olof's autobuilder build@lixom.net Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
I have a patch already queued for this. I just need to assemble a few other patches for David and decide how to get them to him