From: Frank Schaefer Date: Sun, 25 Nov 2012 09:37:32 +0000 (-0300) Subject: [media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi() X-Git-Tag: v3.9-rc1~93^2~423 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77e0c088f07817ecfc4e0a34d4d6a3f99a3ecaf;p=pandora-kernel.git [media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi() The header check/removal code at the end of function em28xx_urb_data_copy_vbi() is obsolete, because this is already done earlier in this function. In fact it is incomplete (doesn't check for vbi header) and causes trouble when the first data bytes are the same as header bytes (which is fortunately very unlikely). Signed-off-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed