Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-18 Thread Mike Isely
On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > On Tue, Jan 16, 2007 at 10:16:33AM -0800, Randy Dunlap wrote: > > On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: > > > > > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > > > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > >

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-18 Thread Mike Isely
On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: On Tue, Jan 16, 2007 at 10:16:33AM -0800, Randy Dunlap wrote: On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Mauro Carvalho Chehab
Em Ter, 2007-01-16 às 20:54 +0200, Ahmed S. Darwish escreveu: > On Tue, Jan 16, 2007 at 03:36:16AM -0500, Robert P. J. Day wrote: > > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > > > > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> >

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
On Tue, Jan 16, 2007 at 10:16:33AM -0800, Randy Dunlap wrote: > On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: > > > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > > > > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]>

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
On Tue, Jan 16, 2007 at 03:36:16AM -0500, Robert P. J. Day wrote: > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> > > ... snip ... > > i'm not sure it's worth submitting multiple patches

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Robert P. J. Day
On Tue, 16 Jan 2007, Randy Dunlap wrote: > On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: > > > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > > > > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> > > > > ... snip ...

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Randy Dunlap
On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: > On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > > > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> > > ... snip ... > > i'm not sure it's worth submitting multiple patches

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Robert P. J. Day
On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: > Use ARRAY_SIZE macro in pvrusb2-hdw.c file > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> ... snip ... i'm not sure it's worth submitting multiple patches to convert code expressions to the ARRAY_SIZE() macro since i was going to wait for

[PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> --- diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index d200496..f66f7c6 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++

[PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] --- diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index d200496..f66f7c6 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Robert P. J. Day
On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip ... i'm not sure it's worth submitting multiple patches to convert code expressions to the ARRAY_SIZE() macro since i was going to wait for the

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Randy Dunlap
On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip ... i'm not sure it's worth submitting multiple patches to convert

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Robert P. J. Day
On Tue, 16 Jan 2007, Randy Dunlap wrote: On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip ... i'm not sure it's

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
On Tue, Jan 16, 2007 at 03:36:16AM -0500, Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip ... i'm not sure it's worth submitting multiple patches to convert

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Ahmed S. Darwish
On Tue, Jan 16, 2007 at 10:16:33AM -0800, Randy Dunlap wrote: On Tue, 16 Jan 2007 03:36:16 -0500 (EST) Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip

Re: [PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro

2007-01-16 Thread Mauro Carvalho Chehab
Em Ter, 2007-01-16 às 20:54 +0200, Ahmed S. Darwish escreveu: On Tue, Jan 16, 2007 at 03:36:16AM -0500, Robert P. J. Day wrote: On Tue, 16 Jan 2007, Ahmed S. Darwish wrote: Use ARRAY_SIZE macro in pvrusb2-hdw.c file Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] ... snip ...