V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but argument...
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 28 Jun 2008 23:53:45 +0000 (20:53 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:23:34 +0000 (07:23 -0300)
commit0f2a1ee112a4709a3b1a3c3c64b5d11752da1eef
treee218133ce44b0d86749bc6d4c24aefcdbce9bb49
parent8f37356b065206316e0b66dbee2718c82329684c
V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type 'size_t'

Fix the following 64bit build warning:

make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
  CC [M]  smscoreapi.o
smscoreapi.c: In function 'smscore_load_firmware_from_file':
smscoreapi.c:604: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
  CC [M]  smsusb.o
smsusb.c: In function 'smsusb1_load_firmware':
smsusb.c:216: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
smsusb.c:223: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/siano/smscoreapi.c
drivers/media/dvb/siano/smsusb.c