From: Michael Krufky Date: Fri, 21 Dec 2007 19:20:23 +0000 (-0300) Subject: V4L/DVB (6894): xc5000: fix build warning X-Git-Tag: v2.6.25-rc1~1235^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f51451b516eeb19d3c1ea311ee8845fc80b5135;p=pandora-kernel.git V4L/DVB (6894): xc5000: fix build warning Fix the following build warning: xc5000.c:560: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' On many architectrues size_t is unsigned long, and may not be printed with %d. Use %Zu instead. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed