v4l2: printf format string fix
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Feb 2010 12:12:36 +0000 (12:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Feb 2010 12:13:43 +0000 (12:13 +0000)
commit2baa107562dec16531ccdf5e07c8910437b6bfd8
tree35574796524f9706b222ff3235ffe7ada503ef4b
parent0233257612305a831c390e45e49dfd8f9d25fae9
v4l2: printf format string fix

The compiler wants a cast here even though the type is already
typedefed as 64-bit integer (presumably because glib has typedefed
guint64 to unsigned long here).
sys/v4l2/v4l2_calls.c