mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
5296b7f9d0
Stephen Rothwell reports that he sees a compiler warning on x86_64: 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=] dev_err(&priv->hdmi->dev, "hdmi_avi_infoframe_pack() failed: %d\n", len); ^ Fix this by using the appropriate length modifier. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
adv7511.c | ||
adv7511.h | ||
ch7006_drv.c | ||
ch7006_mode.c | ||
ch7006_priv.h | ||
Kconfig | ||
Makefile | ||
sil164_drv.c | ||
tda998x_drv.c |