From: Frank Schaefer Date: Sat, 8 Dec 2012 14:31:27 +0000 (-0300) Subject: [media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer X-Git-Tag: v3.9-rc1~93^2~415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8732533b3284ca078e3ea4a4721e43627ff7fa8e;p=pandora-kernel.git [media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer This field is used to keep track of the current memory position in the buffer, not in the dma queue, so move it to right place. This also allows us to get rid of the struct em28xx_dmaqueue pointer parameter in functions em28xx_copy_video() and em28xx_copy_vbi(). Signed-off-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed