summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-controls.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-02-28 16:48:27 -0500
committerAndy Walls <awalls@radix.net>2009-02-28 16:48:27 -0500
commit6f74c341a7b249eb9d00d02c979b5b646f6838f3 (patch)
treec941a62b4bfe9fe2409b2eedffb9cdfcd54e2665 /linux/drivers/media/video/cx18/cx18-controls.c
parent6027e12e8c84fefb63c5e8a3cfcf1e672629a439 (diff)
downloadmediapointer-dvb-s2-6f74c341a7b249eb9d00d02c979b5b646f6838f3.tar.gz
mediapointer-dvb-s2-6f74c341a7b249eb9d00d02c979b5b646f6838f3.tar.bz2
cx18: Fix s-parse warnings and a logic error about extracting the VBI PTS
From: Andy Walls <awalls@radix.net> 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. Priority: normal Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-controls.c')
0 files changed, 0 insertions, 0 deletions