summaryrefslogtreecommitdiffstats
path: root/vidix/sis_bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sis_bridge.c')
-rw-r--r--vidix/sis_bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/sis_bridge.c b/vidix/sis_bridge.c
index 6553d105a4..4dd8fe92c3 100644
--- a/vidix/sis_bridge.c
+++ b/vidix/sis_bridge.c
@@ -56,7 +56,7 @@ static int sis_do_sense(int tempbl, int tempbh, int tempcl, int tempch)
inSISIDXREG(SISPART4, 0x03, temp);
temp ^= 0x0e;
temp &= tempch;
- return (temp == tempch);
+ return temp == tempch;
}