commit | cbcb565f74cf01d680f83af531490bb2c5375af0 | [log] [tgz] |
---|---|---|
author | Brandon Philips <brandon@ifup.org> | Wed Apr 02 18:10:59 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:07:57 2008 -0300 |
tree | d74912ddd6e507d7e602b43d1484e9a0377bdd27 | |
parent | 009a90597e177320e47154dd0817d201f52bcd46 [diff] |
V4L/DVB (7489): videobuf-vmalloc.c: Remove buf_release from videobuf_vm_close Remove the buf_release on vm_close because it will lead to a buffer being released multiple times since all buffers are already freed under the two possible cases: device close or STREAMOFF. Signed-off-by: Brandon Philips <bphilips@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>