commit | fd5c25614012ccad75ef505982af4d6c08d0df83 | [log] [tgz] |
---|---|---|
author | Martyn Welch <martyn.welch@ge.com> | Thu Jun 06 12:29:16 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 06 12:54:08 2013 -0700 |
tree | 8a45e79e426b33991f58df71a60c56bb05598385 | |
parent | 71811f3271cd986e223be44830e5961056561ac3 [diff] |
vme: Free DMA resource allocation structure There is a memory leak in the function vme_dma_free(). The resource structure allocated in vme_dma_request() needs to be free'd in vme_dma_free(). Reported-by: De Roo, Steven <steven.deroo@arcelormittal.com> Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>