Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-06-06 Thread Grant Likely
On Sun, Jun 6, 2010 at 3:57 PM, Benjamin Herrenschmidt wrote: > On Wed, 2010-05-26 at 11:29 -0600, John Linn wrote: >> The code is not checking the interrupt for DMA correctly so that an >> interrupt number of 0 will cause a false error. >> >> Signed-off-by: Brian Hill >> Signed-off-by: John Linn

Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-06-06 Thread Benjamin Herrenschmidt
On Wed, 2010-05-26 at 11:29 -0600, John Linn wrote: > The code is not checking the interrupt for DMA correctly so that an > interrupt number of 0 will cause a false error. > > Signed-off-by: Brian Hill > Signed-off-by: John Linn > --- > drivers/net/ll_temac_main.c |2 +- > 1 files changed,

Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-06-05 Thread Grant Likely
On Wed, May 26, 2010 at 10:12 PM, John Williams wrote: > On Thu, May 27, 2010 at 3:29 AM, John Linn wrote: >> The code is not checking the interrupt for DMA correctly so that an >> interrupt number of 0 will cause a false error. >> >> Signed-off-by: Brian Hill >> Signed-off-by: John Linn >> ---

Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-05-26 Thread John Williams
On Thu, May 27, 2010 at 3:29 AM, John Linn wrote: > The code is not checking the interrupt for DMA correctly so that an > interrupt number of 0 will cause a false error. > > Signed-off-by: Brian Hill > Signed-off-by: John Linn > --- >  drivers/net/ll_temac_main.c |    2 +- >  1 files changed, 1

Re: [PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-05-26 Thread David Miller
From: John Linn Date: Wed, 26 May 2010 11:29:18 -0600 > The code is not checking the interrupt for DMA correctly so that an > interrupt number of 0 will cause a false error. > > Signed-off-by: Brian Hill > Signed-off-by: John Linn Applied. ___ Linux

[PATCH 1/2] net: ll_temac: fix interrupt bug when interrupt 0 is used

2010-05-26 Thread John Linn
The code is not checking the interrupt for DMA correctly so that an interrupt number of 0 will cause a false error. Signed-off-by: Brian Hill Signed-off-by: John Linn --- drivers/net/ll_temac_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/ll_temac_m