summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-09-11 04:58:14 +0000
committerMichael Krufky <devnull@localhost>2005-09-11 04:58:14 +0000
commit9d9d36201e1639157c09fb12c0b22e0b749da2a0 (patch)
tree65da87de88a11c97c3963767f2163d5b3ddb495f /linux/drivers/media/video/cx88/cx88-core.c
parentd825850793d3747c7b751db544f7440d60831b65 (diff)
downloadmediapointer-dvb-s2-9d9d36201e1639157c09fb12c0b22e0b749da2a0.tar.gz
mediapointer-dvb-s2-9d9d36201e1639157c09fb12c0b22e0b749da2a0.tar.bz2
* cx88-core.c: (cx88_risc_decode):
* cx88-video.c: (video_read): * cx88.h: - Fix a number of sparse warnings. * videodev2.h: - strip trailing whitespace. Signed-off-by: Peter Hagervall <hager@cs.umu.se> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index b42f8a42e..669a457af 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-core.c,v 1.41 2005/09/10 10:30:52 mchehab Exp $
+ * $Id: cx88-core.c,v 1.42 2005/09/11 04:58:14 mkrufky Exp $
*
* device driver for Conexant 2388x based TV cards
* driver core
@@ -440,7 +440,7 @@ int cx88_sram_channel_setup(struct cx88_core *core,
/* ------------------------------------------------------------------ */
/* debug helper code */
-int cx88_risc_decode(u32 risc)
+static int cx88_risc_decode(u32 risc)
{
static char *instr[16] = {
[ RISC_SYNC >> 28 ] = "sync",