diff options
author | Keith Busch <keith.busch@intel.com> | 2014-06-30 16:24:44 -0600 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-07-05 21:42:08 +0200 |
commit | 8844aad89ed61545b4db6a3467e1b21ca1c49460 (patch) | |
tree | 8517cee7ee48747ed7448eb14bfe81634695cca4 /kernel/pid.c | |
parent | 4f4366033945419b0c52118c29d3057d7c558765 (diff) | |
download | linux-8844aad89ed61545b4db6a3467e1b21ca1c49460.tar.bz2 |
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 'kernel/pid.c')
0 files changed, 0 insertions, 0 deletions