commit | cd474037c4a9a9c15cab46ff26ceeed1bbda6abb | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Nov 18 09:50:58 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Nov 25 08:50:28 2014 -0200 |
tree | 17ce0741bc7879d60ca83c116afdf73254cb35e4 | |
parent | cf227429c74778cc9f8caf734d1f161f8f021915 [diff] |
[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 <hans.verkuil@cisco.com> Acked-by: Pawel Osciak <pawel@osciak.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>