From: Kamil Debski Date: Mon, 23 Feb 2015 12:26:19 +0000 (-0300) Subject: [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c9dec3e7d68c477768e2955c7f8ed78a09bfd6;p=pandora-kernel.git [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init The s5p-mfc driver interprets a buffer with bytesused equal to 0 as a special case indicating end-of-stream. After vb2: fix bytesused == 0 handling (8a75ffb) patch videobuf2 modified the value of bytesused if it was 0. The allow_zero_bytesused flag was added to videobuf2 to keep backward compatibility. Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed