OMAPDSS: fix compilation warnings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 10:58:14 +0000 (13:58 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 17 Oct 2012 08:57:08 +0000 (11:57 +0300)
commit311d5ce88aad6033200663f27e0320e7097ebf6e
treea1cad3478746c82dd0d021660cc6af7b14b67da3
parent33366d0e8be06b980784c732ebace26de08e6679
OMAPDSS: fix compilation warnings

When compiling on x86 we get following warnings:

warning: field width specifier ‘*’ expects argument of type ‘int’, but
argument 5 has type ‘size_t’ [-Wformat]

Fix these by casting the size_t to int.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c