[PATCH 5/7] staging: slicoss: fix dma memory leak

2014-05-05 Thread David Matlack
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 --- drivers/staging/slicoss/slicoss.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH 5/7] staging: slicoss: fix dma memory leak

2014-05-05 Thread David Matlack
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 dmatl...@google.com --- drivers/staging/slicoss/slicoss.c | 3 +++ 1 file changed, 3