summaryrefslogtreecommitdiff
path: root/hw/xfree86
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
commitfd84b3b56280ef88a8c848c4338f0bea906ce6d8 (patch)
treee0ed43e82af6e937845d842e4212dccca7a4dcae /hw/xfree86
parent9e9f9cb4878d597b3fa6de7732d2866e24c32f54 (diff)
Clear compiler warnings. (Stefan Dirsch)
Diffstat (limited to 'hw/xfree86')
-rw-r--r--hw/xfree86/i2c/fi1236.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/fi1236.c b/hw/xfree86/i2c/fi1236.c
index 3a02335d5..299f20060 100644
--- a/hw/xfree86/i2c/fi1236.c
+++ b/hw/xfree86/i2c/fi1236.c
@@ -1,3 +1,5 @@
+/* $XdotOrg: $ */
+
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
@@ -366,6 +368,7 @@ static int FI1236_get_afc_hint(FI1236Ptr f)
if(AFC==1)return TUNER_JUST_ABOVE;
return TUNER_OFF;
}
+ return TUNER_OFF;
}
static int MT2032_get_afc_hint(FI1236Ptr f)