[media] i2c/s5k4ecgx: fix printk format warning
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 16 Oct 2012 19:17:59 +0000 (16:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Oct 2012 18:42:45 +0000 (16:42 -0200)
Fix printk format warning for size_t variable:
drivers/media/i2c/s5k4ecgx.c:346:2: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found