linux/samples/kfifo
Andrea Righi d83a71c421 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>
2010-08-20 09:34:54 -07:00
..
Makefile kfifo: add example files to the kernel sample directory 2010-08-11 08:59:23 -07:00
bytestream-example.c kfifo: add explicit error checking in byte stream example 2010-08-20 09:34:54 -07:00
dma-example.c kfifo: fix a memory leak in dma example 2010-08-20 09:34:54 -07:00
inttype-example.c kfifo: add example files to the kernel sample directory 2010-08-11 08:59:23 -07:00
record-example.c kfifo: add example files to the kernel sample directory 2010-08-11 08:59:23 -07:00