Re: [PATCH] mv643xx add missing brackets

2006-11-30 Thread Mariusz Kozlowski
> > +#define MV643XX_ETH_DEFAULT_RX_UDP_QUEUE_4 ((1<<21)) > > Mariusz, please remove the extra parenthesis instead of adding > an extra one, like: > #define MV643XX_ETH_DEFAULT_RX_UDP_QUEUE_4 (1<<21) > and resubmit. Sure. Here it goes. Second try: This patch fixes some mv643xx

Re: [PATCH] mv643xx add missing brackets

2006-11-30 Thread Dale Farnsworth
On Thu, Nov 30, 2006 at 10:35:37AM +0100, Mariusz Kozlowski wrote: > Hello, > > This patch adds missing brackets. > > Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> > > include/linux/mv643xx.h |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > --- linux-2.6.19-rc6-m

[PATCH] mv643xx add missing brackets

2006-11-30 Thread Mariusz Kozlowski
Hello, This patch adds missing brackets. Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> include/linux/mv643xx.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19-rc6-mm2-a/include/linux/mv643xx.h 2006-11-16 05:03:40.0 +0100 +++ linux-2.6.