um: Implement um_free_irq()
authorRichard Weinberger <richard@nod.at>
Tue, 17 Apr 2012 20:37:13 +0000 (22:37 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 21 May 2012 19:09:36 +0000 (21:09 +0200)
Instead of using chip->release() we can achieve the same
using a simple wrapper for free_irq().
We have already um_request_irq(), so um_free_irq() is the perfect
counterpart.

Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

No differences found