From: Lad, Prabhakar Date: Tue, 24 Feb 2015 13:00:29 +0000 (-0300) Subject: [media] media: au0828: drop vbi_buffer_filled() and re-use buffer_filled() X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5036d61e0bed3f4f51391a145638b426825e69c;p=pandora-kernel.git [media] media: au0828: drop vbi_buffer_filled() and re-use buffer_filled() The vbi_buffer_filled() and buffer_filled() did the same functionality except for incrementing the buffer sequence, this patch drops the vbi_buffer_filled() and re-uses buffer_filled() for vbi buffers as well by adding the check for vb2-queue type while incrementing the sequence numbers. Along side this patch aligns the input parameters of buffer_filled() function appropriately. Signed-off-by: Lad, Prabhakar Acked-by: Shuah Khan Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed