From: Hans Verkuil Date: Sun, 6 Mar 2011 12:30:02 +0000 (-0300) Subject: [media] fmdrv_common.c: fix compiler warning X-Git-Tag: v2.6.39-rc1~86^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa746b39c2db17f2fde301e347324ac89fc5ea9;p=pandora-kernel.git [media] fmdrv_common.c: fix compiler warning drivers/media/radio/wl128x/fmdrv_common.c: In function 'recv_tasklet': drivers/media/radio/wl128x/fmdrv_common.c:274:4: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' The result of sizeof() should be printed with %zu. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed