summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wcte11xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index f63434a..a559146 100644
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -1381,7 +1381,7 @@ static int t1xxp_hardware_init(struct t1 *wc)
}
/* Check out the controller */
- if (debug); printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
+ if (debug) printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
control_set_reg(wc, WC_LEDTEST, 0x00);