From: Hans Verkuil Date: Tue, 18 Nov 2014 12:50:58 +0000 (-0300) Subject: [media] vb2: replace 'write' by 'dma_dir' X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd474037c4a9a9c15cab46ff26ceeed1bbda6abb;p=pandora-kernel.git [media] vb2: replace 'write' by 'dma_dir' The 'write' argument is very ambiguous. I first assumed that if it is 1, then we're doing video output but instead it meant the reverse. Since it is used to setup the dma_dir value anyway it is now replaced by the correct dma_dir value which is unambiguous. Signed-off-by: Hans Verkuil Acked-by: Pawel Osciak Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed