commit | 7f30e49ee1c2c1e95ce9d2ccce5221ddb793dd60 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sat Apr 07 14:59:41 2007 +0900 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Apr 07 10:05:21 2007 -0700 |
tree | 06af277806d645ce7c970c64c56613b682f071e4 | |
parent | 995f054f2a342f8505fed4f8395d12c0f5966414 [diff] |
[PATCH] irq-devres: fix failure path of devm_request_irq() devres should be deallocated with devres_free() not kfree(). This bug corrupts slab on IRQ request failure. Fix it. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Greg KH <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>