commit | d83a71c4219191a9a881318ae5ca9b39aa1d0540 | [log] [tgz] |
---|---|---|
author | Andrea Righi <arighi@develer.com> | Thu Aug 19 14:13:30 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 20 09:34:54 2010 -0700 |
tree | 8556b81fb6a07e53735f4984780f8a8caf133383 | |
parent | 7b34d5257a90c419d67c1c3b52f87a679845ef1e [diff] |
kfifo: fix a memory leak in dma example We use a dynamically allocated kfifo in the dma example, so we need to free it when unloading the module. Signed-off-by: Andrea Righi <arighi@develer.com> Acked-by: Stefani Seibold <stefani@seibold.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>