From: Andy Walls Date: Sat, 28 Feb 2009 21:48:27 +0000 (-0300) Subject: V4L/DVB (10853): cx18: Fix s-parse warnings and a logic error about extracting the... X-Git-Tag: v2.6.30-rc1~621^2~327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583803d135b14d414e77b6d2b546a811cac9944e;p=pandora-kernel.git V4L/DVB (10853): cx18: Fix s-parse warnings and a logic error about extracting the VBI PTS My s-parse builds never griped about be32_to_cpu() casting to __be32, but Hans' builds did. This change explictly declares the pointer into the VBI buffer header as __be32, which is the correct thing to do as the data is always big endian when we go to fetch it. Hopefully this will quiet s-parse warnings. Also corrected a misplaced parenthesis logic error in checking for the VBI header magic number. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed