summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:12:57 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:12:57 +0000
commite5a014e85c009ade772d20eb787bea0e4719e710 (patch)
tree234ef4f04208eb2bcc46e822b0c32c154b65028c
parent8722078923e9d7f03b9e96e47d7cd0ab5b1dfc7d (diff)
Merged revisions 1641 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1641 | russell | 2006-11-26 03:10:22 -0500 (Sun, 26 Nov 2006) | 3 lines 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.4@1642 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 bd1b8b4..5ea5832 100644
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -1405,7 +1405,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);