Skip to content
Commit ce7d7c09 authored by Naushir Patuck's avatar Naushir Patuck Committed by Dom Cobley
Browse files

drivers: staging: bcm2835-isp: Do not cleanup mmal vcsm buffer on stop_streaming



On stop_streaming() the vcsm buffer handle gets released by the buffer cleanup
code.  This will subsequently cause and error if userland re-queues the same
buffer on the next start_streaming() call.

Remove this cleanup code and rely on the vb2_ops->buf_cleanup() call to do the
cleanups instead.

Signed-off-by: default avatarNaushir Patuck <naush@raspberrypi.com>
parent 4dbda298
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment