Re: [PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

2007-10-18 Thread Fernando Luis Vázquez Cao
Hi Karsten, What happened to this patch? Should I send it to Andrew or will you take it in your tree before pushing it upstream? Thank you in advance. - Fernando On Sat, 2007-08-25 at 21:30 +0200, Karsten Keil wrote: > [PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary > > REQUEST_IRQ

Re: [PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

2007-08-25 Thread Karsten Keil
[PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary REQUEST_IRQ is never used, so delete it. In the process get rid of the macro FREE_IRQ which makes the code unnecessarily difficult to read. Signed-off-by: Fernando Luis Vazquez Cao <[EMAIL PROTECTED]> Acked-by: Karsten Keil <[EMAIL PROTE

Re: [PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

2007-08-24 Thread fernando
On Fri, August 24, 2007 6:33 pm, Adrian Bunk wrote: > On Fri, Aug 24, 2007 at 06:27:27PM +0900, Fernando Luis Vazquez Cao > wrote: > >> REQUEST_IRQ is never used, so delete it. In the process get rid of the >> macro FREE_IRQ which makes the code unnecessarily difficult to read. > > The header you r

Re: [PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

2007-08-24 Thread Adrian Bunk
On Fri, Aug 24, 2007 at 06:27:27PM +0900, Fernando Luis Vázquez Cao wrote: > REQUEST_IRQ is never used, so delete it. In the process get rid of the > macro FREE_IRQ which makes the code unnecessarily difficult to read. The header you remove get's #include'd somewhere - and this #include must be

[PATCH] isdn/sc: remove unused REQUEST_IRQ and unnecessary header file

2007-08-24 Thread Fernando Luis Vázquez Cao
REQUEST_IRQ is never used, so delete it. In the process get rid of the macro FREE_IRQ which makes the code unnecessarily difficult to read. Signed-off-by: Fernando Luis Vazquez Cao <[EMAIL PROTECTED]> --- diff -urNp linux-2.6.23-rc3-orig/drivers/isdn/sc/debug.h linux-2.6.23-rc3/drivers/isdn/sc/d