commit | 8c82c75c3950dea31fe03567125feea089893141 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Sep 07 12:50:02 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Sep 26 15:44:11 2012 -0300 |
tree | 7338abe2b7cf88a5659f66efe36220147e32e8a7 | |
parent | d2210f9e2e269975db413b8fe4de2f07e6a09b05 [diff] |
[media] vb2: fix wrong owner check Check against q->fileio to see if the queue owner should be set or not. The former check against the return value of read or write is wrong, since read/write can return an error, even if the queue is in streaming mode. For example, EAGAIN when in non-blocking mode. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>