commit | aeff09276748b66072f2db2e668cec955cf41959 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | Tue Mar 10 11:37:14 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Apr 02 18:18:37 2015 -0300 |
tree | 6f761c99faefd4167006d2bc679df8847d4cc504 | |
parent | e933c6bc67d8129d184d5add4230eb8250646cb8 [diff] |
[media] stk1160: Make sure current buffer is released The available (i.e. not used) buffers are returned by stk1160_clear_queue(), on the stop_streaming() path. However, this is insufficient and the current buffer must be released as well. Fix it. Cc: stable@vger.kernel.org Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>