Please ignore this message

2010-04-23 Thread Ricardo Maraschini
Please ignore this message. I've been trying to send a patch to this list since yesterday without success. This message is just to validate my mailing list subscription. -rm -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: Please ignore this message

2010-04-23 Thread Ricardo Maraschini
Hi Mauro, On Fri, Apr 23, 2010 at 2:14 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: You don't need to be subscribed to be able to sending patches, but you need to be sure that you don't have any html attachments on your email, as vger will simply discard anything that it might

[PATCH] cx25821-video-upstream.c: Added severity to printk calls

2010-04-22 Thread Ricardo Maraschini
Signed-off-by: Ricardo Maraschini xrma...@gmail.com --- a/linux/drivers/staging/cx25821/cx25821-video-upstream.cSun Apr 18 11:12:11 2010 -0300 +++ b/linux/drivers/staging/cx25821/cx25821-video-upstream.cTue Apr 20 11:21:17 2010 -0300 @@ -257,7 +257,7 @@ if (!dev-_is_running

[PATCH] cx25821-video-upstream.c: Added severity to printk calls

2010-04-20 Thread Ricardo Maraschini
Signed-off-by: Ricardo Maraschini ricardo.marasch...@gmail.com --- a/linux/drivers/staging/cx25821/cx25821-video-upstream.cSun Apr 18 11:12:11 2010 -0300 +++ b/linux/drivers/staging/cx25821/cx25821-video-upstream.cTue Apr 20 11:21:17 2010 -0300 @@ -257,7 +257,7 @@ if (!dev

[PATCH] cx25821-video-upstream.c: Added severity to printk calls

2010-04-20 Thread Ricardo Maraschini
Signed-off-by: Ricardo Maraschini ricardo.marasch...@gmail.com --- a/linux/drivers/staging/cx25821/cx25821-video-upstream.c    Sun Apr 18 11:12:11 2010 -0300 +++ b/linux/drivers/staging/cx25821/cx25821-video-upstream.c    Tue Apr 20 11:21:17 2010 -0300 @@ -257,7 +257,7 @@        if (!dev

Re: [PATCH] Fix Warning ISO C90 forbids mixed declarations and code - cx88-dvb

2010-03-24 Thread Ricardo Maraschini
Signed-off-by: Ricardo Maraschini ricardo.marasch...@gmail.com --- a/linux/drivers/media/video/cx88/cx88-dvb.c Tue Mar 23 17:52:23 2010 -0300 +++ b/linux/drivers/media/video/cx88/cx88-dvb.c Wed Mar 24 09:57:06 2010 -0300 @@ -1401,8 +1401,6 @@ case CX88_BOARD_SAMSUNG_SMT_7020

[PATCH] Little fix on switch identation - cx88-dvb

2010-03-24 Thread Ricardo Maraschini
Signed-off-by: Ricardo Maraschini ricardo.marasch...@gmail.com --- a/linux/drivers/media/video/cx88/cx88-dvb.c Tue Mar 23 17:52:23 2010 -0300 +++ b/linux/drivers/media/video/cx88/cx88-dvb.c Wed Mar 24 10:29:09 2010 -0300 @@ -1238,7 +1238,7 @@ fe

Re: [PATCH] Fix Warning ISO C90 forbids mixed declarations and code - cx88-dvb

2010-03-23 Thread Ricardo Maraschini
Hi Randy, On Tue, Mar 23, 2010 at 4:45 PM, Randy Dunlap randy.dun...@oracle.com wrote: Did you test this patch (by building this driver)? I think not. I tried to compile with the patch, but in a wrong way. Sorry. I'm going to adjust the patch and send again. Also, the Signed-off-by: line

Re: [PATCH] Fix Warning ISO C90 forbids mixed declarations and code - cx88-dvb

2010-03-23 Thread Ricardo Maraschini
On Tue, Mar 23, 2010 at 5:48 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: How do you think this actually addresses the warning in question?  You still have the declaration of the variable in the middle of the switch statement. My mistake, sorry. I'm working on it. Thanks for your