projects
/
platform
/
upstream
/
xorg-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9f9cb
)
Clear compiler warnings. (Stefan Dirsch)
author
Alan Coopersmith
<Alan.Coopersmith@sun.com>
Sat, 30 Jul 2005 18:56:32 +0000
(18:56 +0000)
committer
Alan Coopersmith
<Alan.Coopersmith@sun.com>
Sat, 30 Jul 2005 18:56:32 +0000
(18:56 +0000)
hw/xfree86/i2c/fi1236.c
patch
|
blob
|
history
diff --git
a/hw/xfree86/i2c/fi1236.c
b/hw/xfree86/i2c/fi1236.c
index
3a02335
..
299f200
100644
(file)
--- 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)