Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 19:04, Devin Heitmueller escreveu: > On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab > wrote: >> Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: >>> drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ >>> expects type ‘int’, but argument 3 has type ‘lo

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 19:04, Devin Heitmueller escreveu: > On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab > wrote: >> Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: >>> drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ >>> expects type ‘int’, but argument 3 has type ‘lo

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Devin Heitmueller
On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab wrote: > Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: >> drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ >> expects type ‘int’, but argument 3 has type ‘long unsigned int’ >> drivers/media/video/cx231xx/cx231xx-

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: > drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ > expects type ‘int’, but argument 3 has type ‘long unsigned int’ > drivers/media/video/cx231xx/cx231xx-417.c:1047: warning: format ‘%d’ expects > type ‘int’, but argumen

[PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-09-28 Thread Mauro Carvalho Chehab
drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ drivers/media/video/cx231xx/cx231xx-417.c:1047: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ Signed-off-by: Mauro Carvalho Chehab