commit | 9b6f5dc07ae008c58ea27e91a7b1dfbbd0f6972a | [log] [tgz] |
---|---|---|
author | Tushar Behera <tushar.behera@linaro.org> | Mon Nov 12 04:01:29 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 25 09:15:53 2013 -0300 |
tree | c93fc2bc29937717d5b39c623ac7df88a5494742 | |
parent | 7bce33daeaca26a3ea3f6099fdfe4e11ea46cac6 [diff] |
[media] videobuf2-core: print current state of buffer in vb2_buffer_done In vb2_buffer_done, it would be better the print the value of 'state' (current state of buffer) than to print 'vb->state' which is always VB2_BUF_STATE_ACTIVE. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Acked-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>