Re: [PATCH] net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit

2013-07-09 Thread David Miller
From: Nicolas Ferre Date: Tue, 9 Jul 2013 18:02:23 +0200 > On 09/07/2013 10:36, Jongsung Kim : >> Signed-off-by: Jongsung Kim > > Acked-by: Nicolas Ferre > Cc: stable # 3.10+ Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit

2013-07-09 Thread Nicolas Ferre
On 09/07/2013 10:36, Jongsung Kim : Signed-off-by: Jongsung Kim Acked-by: Nicolas Ferre Cc: stable # 3.10+ Thanks for having spotted that. Best regards, --- drivers/net/ethernet/cadence/macb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethern

[PATCH] net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit

2013-07-09 Thread Jongsung Kim
Signed-off-by: Jongsung Kim --- drivers/net/ethernet/cadence/macb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index c89aa41..b4e0dc8 100644 --- a/drivers/net/ethernet/cadence/macb.c +++ b/dr