commit | b89d5f17d4b02ae9f3a691c2cb260e1929c6261b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Aug 25 15:59:19 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 25 16:25:35 2011 -0700 |
tree | 0046168d316ba49ce628061244229f6e157524f8 | |
parent | c53252b780e26c73c6a4e40bc14179447504cccd [diff] |
drivers/misc/fsa9480.c: fix a leak of the IRQ during init failure Make sure we are passing the same cookie in all calls to request_threaded_irq() and free_irq(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Cc: Donggeun Kim <dg77.kim@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>