summary refs log tree commit diff
path: root/mm
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2014-06-30 16:24:44 -0600
committerThomas Gleixner <tglx@linutronix.de>2014-07-05 21:42:08 +0200
commit8844aad89ed61545b4db6a3467e1b21ca1c49460 (patch)
tree8517cee7ee48747ed7448eb14bfe81634695cca4 /mm
parent4f4366033945419b0c52118c29d3057d7c558765 (diff)
downloadlinux-8844aad89ed61545b4db6a3467e1b21ca1c49460.tar.gz
genirq: Fix memory leak when calling irq_free_hwirqs()
irq_free_hwirqs() always calls irq_free_descs() with a cnt == 0
which makes it a no-op since the interrupt count to free is
decremented in itself.

Fixes: 7b6ef1262549f6afc5c881aaef80beb8fd15f908

Signed-off-by: Keith Busch <keith.busch@intel.com>
Acked-by: David Rientjes <rientjes@google.com>
Link: http://lkml.kernel.org/r/1404167084-8070-1-git-send-email-keith.busch@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions