Re: [PATCH] dummy-irq: require the user to specify an IRQ number

2013-04-30 Thread Greg Kroah-Hartman
On Tue, Apr 30, 2013 at 11:12:04PM +0200, Jiri Kosina wrote: > On Tue, 30 Apr 2013, Greg Kroah-Hartman wrote: > > > > From: Jonathan Corbet > > > Subject: [PATCH] dummy-irq: require the user to specify an IRQ number > > > > > > Make sure that we let

Re: [PATCH] dummy-irq: require the user to specify an IRQ number

2013-04-30 Thread Jiri Kosina
On Tue, 30 Apr 2013, Greg Kroah-Hartman wrote: > > From: Jonathan Corbet > > Subject: [PATCH] dummy-irq: require the user to specify an IRQ number > > > > Make sure that we let the user know that without specifying IRQ#, > > dummy-irq driver is useless. &g

Re: [PATCH] dummy-irq: require the user to specify an IRQ number

2013-04-30 Thread Greg Kroah-Hartman
On Tue, Apr 30, 2013 at 10:42:33PM +0200, Jiri Kosina wrote: > From: Jonathan Corbet > Subject: [PATCH] dummy-irq: require the user to specify an IRQ number > > Make sure that we let the user know that without specifying IRQ#, > dummy-irq driver is useless. > > Re

[PATCH] dummy-irq: require the user to specify an IRQ number

2013-04-30 Thread Jiri Kosina
From: Jonathan Corbet Subject: [PATCH] dummy-irq: require the user to specify an IRQ number Make sure that we let the user know that without specifying IRQ#, dummy-irq driver is useless. Reported-by: Dave Jones Signed-off-by: Jonathan Corbet Signed-off-by: Jiri Kosina diff --git a/drivers