Re: [PATCH] tilegx: request_irq with a non-null device name

2012-11-15 Thread David Miller
From: Simon Marchi Date: Thu, 15 Nov 2012 23:13:19 -0500 > This patch simply makes the tilegx net driver call request_irq with a > non-null name. It makes the output in /proc/interrupts more obvious, but > also helps tools that don't expect to find null there. > > Signed-off-by: Simon Marchi >

[PATCH] tilegx: request_irq with a non-null device name

2012-11-15 Thread Simon Marchi
This patch simply makes the tilegx net driver call request_irq with a non-null name. It makes the output in /proc/interrupts more obvious, but also helps tools that don't expect to find null there. Signed-off-by: Simon Marchi Acked-by: Chris Metcalf --- I am not sure if this patch will get picke

Re: [PATCH] tilegx: request_irq with a non-null device name

2012-11-13 Thread Chris Metcalf
On 11/13/2012 4:54 PM, Simon Marchi wrote: > On Tue, Nov 13, 2012 at 1:37 PM, Chris Metcalf wrote: >> On 11/13/2012 3:58 PM, Simon Marchi wrote: >>> This patch simply makes the tilegx net driver call request_irq with a >>> non-null name. It makes the output in /proc/interrupts more obvious, but >>

Re: [PATCH] tilegx: request_irq with a non-null device name

2012-11-13 Thread Simon Marchi
On Tue, Nov 13, 2012 at 1:37 PM, Chris Metcalf wrote: > On 11/13/2012 3:58 PM, Simon Marchi wrote: >> This patch simply makes the tilegx net driver call request_irq with a >> non-null name. It makes the output in /proc/interrupts more obvious, but >> also helps tools that don't expect to find null

Re: [PATCH] tilegx: request_irq with a non-null device name

2012-11-13 Thread Stephen Hemminger
On Tue, 13 Nov 2012 16:37:11 -0500 Chris Metcalf wrote: > On 11/13/2012 3:58 PM, Simon Marchi wrote: > > This patch simply makes the tilegx net driver call request_irq with a > > non-null name. It makes the output in /proc/interrupts more obvious, but > > also helps tools that don't expect to fin

Re: [PATCH] tilegx: request_irq with a non-null device name

2012-11-13 Thread Chris Metcalf
On 11/13/2012 3:58 PM, Simon Marchi wrote: > This patch simply makes the tilegx net driver call request_irq with a > non-null name. It makes the output in /proc/interrupts more obvious, but > also helps tools that don't expect to find null there. > > Signed-off-by: Simon Marchi > --- > drivers/ne

[PATCH] tilegx: request_irq with a non-null device name

2012-11-13 Thread Simon Marchi
This patch simply makes the tilegx net driver call request_irq with a non-null name. It makes the output in /proc/interrupts more obvious, but also helps tools that don't expect to find null there. Signed-off-by: Simon Marchi --- drivers/net/ethernet/tile/tilegx.c |2 +- 1 files changed, 1 i