kernel-ark/drivers/media/dvb/siano
Michael Krufky 0f2a1ee112 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>
2008-07-20 07:23:34 -03:00
..
Kconfig V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ 2008-07-20 07:20:47 -03:00
Makefile V4L/DVB (8292): sms1xxx: add code to allow device-specific functionality 2008-07-20 07:22:27 -03:00
sms-cards.c V4L/DVB (8302): sms1xxx: fix Siano board names 2008-07-20 07:23:25 -03:00
sms-cards.h V4L/DVB (8302): sms1xxx: fix Siano board names 2008-07-20 07:23:25 -03:00
smscoreapi.c V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type 'size_t' 2008-07-20 07:23:34 -03:00
smscoreapi.h V4L/DVB (8299): sms1xxx: mark functions static 2008-07-20 07:23:10 -03:00
smsdvb.c V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTION 2008-07-20 07:23:30 -03:00
smsusb.c V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type 'size_t' 2008-07-20 07:23:34 -03:00