commit | 9bc97445a39d37d4092a6a268b7dac93beb86f13 | [log] [tgz] |
---|---|---|
author | David Matlack <dmatlack@google.com> | Mon May 05 21:02:35 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 20:08:34 2014 +0900 |
tree | ca5c53da2aa2f7d3f35447e30f2b8d44fb13be84 | |
parent | 04cc3c8a8013ea966e4623e0f20ba49529eac2ab [diff] |
staging: slicoss: fix dma memory leak This patch fixes a memory leak in slic_card_init. If the driver fails to poll for an interrupt after requesting config data from the device the dma memory is never freed. Signed-off-by: David Matlack <dmatlack@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>