]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/commit
dmabuftest: Return from thread if streamon fails
authorNikhil Devshatwar <nikhil.nd@ti.com>
Fri, 26 Sep 2014 09:58:47 +0000 (15:28 +0530)
committerNikhil Devshatwar <nikhil.nd@ti.com>
Wed, 1 Oct 2014 08:38:31 +0000 (14:08 +0530)
commit8555e6acd986474536fe91dfcfd02974242574b0
tree0c21abf7ce23dc37d8be5534e4223a33a1c47cc4
parentf23355dd96a8ccd1061d5be8cc321b3d8b41a3df
dmabuftest: Return from thread if streamon fails

Currently failed streamon is ignored and the app tries to perform
QBUF and DQBUF ioctls flooding the output with errors.

This can be avoided if the thread exits gracefully with an error.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
dmabuftest.c