summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:10:22 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:10:22 +0000
commitdc80128b9f21c1a9d9a001a8a5efc325762e3999 (patch)
tree9b2e15a0748e486f8e24fc85007be05fdcdc70a9
parent15ebd62a25520e1d5b07c395bb3aec49f233e492 (diff)
Remove a misplaced semicolon which caused some debug output to be printed
regardless of the debug setting. (issue #8414, gknispel_proformatique) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1641 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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);