[media] fmdrv_common.c: fix compiler warning
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 6 Mar 2011 12:30:02 +0000 (09:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:02 +0000 (04:54 -0300)
commitcfa746b39c2db17f2fde301e347324ac89fc5ea9
treed69af29a3e16d28fe59a412a3de1091d741a57ee
parent3920d6b34d7f6d4e81773b6bbd93d53c167b048f
[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 <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/wl128x/fmdrv_common.c