Re: [PATCH] Remove always-true tests in irq handlers

2007-10-26 Thread Ralf Baechle
On Fri, Oct 26, 2007 at 05:40:24AM -0400, Jeff Garzik wrote: > In these drivers, dev_id is always non-NULL. > > Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> > --- > arch/ia64/hp/sim/simeth.c |5 - > arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c |5 + Acked-by: R

[PATCH] Remove always-true tests in irq handlers

2007-10-26 Thread Jeff Garzik
In these drivers, dev_id is always non-NULL. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> --- arch/ia64/hp/sim/simeth.c |5 - arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c |5 + drivers/net/cpmac.c |3 --- drivers/net/ucc_geth.c