commit | a6897f39660cc07fa78b4459d82f12b07abb50b1 | [log] [tgz] |
---|---|---|
author | Vaibhav Jain <vaibhav@linux.vnet.ibm.com> | Tue Aug 25 11:04:48 2015 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 27 13:51:18 2015 +1000 |
tree | 65e2cdb08682a98de731de244ca79656972e327c | |
parent | f47f966fbe0aaff4ebbdb83d95acdfa5d3c20477 [diff] |
cxl: Release irqs if memory allocation fails This minor patch plugs a potential irq leak in case of a memory allocation failure inside function the afu_allocate_irqs. Presently the irqs allocated to the context gets leaked if allocation of either one of context irq_bitmap or irq_names fails. Signed-off-by: Vaibhav Jain <vaibhav@linux.vnet.ibm.com> Acked-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>