Re: [git patches] minor irq handler cleanups

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Russell King
Date: Monday, April 21, 2008 - 12:42 am

On Sun, Apr 20, 2008 at 09:35:51PM -0400, Jeff Garzik wrote:

BTW, if you're removing the dev_id argument from request_irq(), that
also needs to happen for the corresponding free_irq() calls.
arch/arm/mach-integrator/time.c does:

        free_irq(dev->irq[0], dev);

and these are untouched.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git patches] minor irq handler cleanups, Jeff Garzik, (Sun Apr 20, 6:35 pm)
Re: [git patches] minor irq handler cleanups, Russell King, (Mon Apr 21, 12:42 am)
Re: [git patches] minor irq handler cleanups, Jeff Garzik, (Mon Apr 21, 1:18 am)
Re: [git patches] minor irq handler cleanups, Linus Torvalds, (Mon Apr 21, 4:00 pm)
Re: [git patches] minor irq handler cleanups, Jeff Garzik, (Mon Apr 21, 5:29 pm)