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)
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>

No differences found