linux-dmabuf: Keep checking planes even if the first doesn't support lseek
authorDerek Foreman <derekf@osg.samsung.com>
Mon, 25 Apr 2016 14:23:24 +0000 (09:23 -0500)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 26 Apr 2016 08:02:06 +0000 (11:02 +0300)
commitc06389a105995622841b640c56b252286ac1143c
treebf00ca73dc610e36209d7d25f8fcb60f23359ec3
parent425d9d9a67c64d13aae80d953b7e266066ece7ed
linux-dmabuf: Keep checking planes even if the first doesn't support lseek

If we break; when lseek fails we can fail to do some legitimate tests
on remaining planes in a multi-plane buffer.

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/linux-dmabuf.c