Re: [PATCH 2.6.20] arch AVR32: Use ARRAY_SIZE macro when appropriate

2007-02-05 Thread Haavard Skinnemoen
On Mon, 5 Feb 2007 04:41:27 +0200 "Ahmed S. Darwish" <[EMAIL PROTECTED]> wrote: > Hi Haavard, > > A patch to use ARRAY_SIZE macro already defined in linux/kernel.h > > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> Acked-by: Haavard Skinnemoen <[EMAIL PROTECTED]> I'll queue this up for

Re: [PATCH 2.6.20] arch AVR32: Use ARRAY_SIZE macro when appropriate

2007-02-05 Thread Haavard Skinnemoen
On Mon, 5 Feb 2007 04:41:27 +0200 Ahmed S. Darwish [EMAIL PROTECTED] wrote: Hi Haavard, A patch to use ARRAY_SIZE macro already defined in linux/kernel.h Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] Acked-by: Haavard Skinnemoen [EMAIL PROTECTED] I'll queue this up for the next

[PATCH 2.6.20] arch AVR32: Use ARRAY_SIZE macro when appropriate

2007-02-04 Thread Ahmed S. Darwish
Hi Haavard, A patch to use ARRAY_SIZE macro already defined in linux/kernel.h Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> --- Patch isn't compile checked cause I have no AVR32 machine at hand. Thanks, diff --git a/arch/avr32/kernel/setup.c b/arch/avr32/kernel/setup.c index

[PATCH 2.6.20] arch AVR32: Use ARRAY_SIZE macro when appropriate

2007-02-04 Thread Ahmed S. Darwish
Hi Haavard, A patch to use ARRAY_SIZE macro already defined in linux/kernel.h Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] --- Patch isn't compile checked cause I have no AVR32 machine at hand. Thanks, diff --git a/arch/avr32/kernel/setup.c b/arch/avr32/kernel/setup.c index