summaryrefslogtreecommitdiff
path: root/wcte11xp.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:14:43 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-26 08:14:43 +0000
commitd6f13c2fd564d7e91299fbbf32b19b693511a74f (patch)
tree21fa6ef44dfea0aaa1e8281c42850d0d3398f3f6 /wcte11xp.c
parent12ebc24581f7db437873bcba8ee10c133111159c (diff)
Merged revisions 1642 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1642 | russell | 2006-11-26 03:12:57 -0500 (Sun, 26 Nov 2006) | 11 lines 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/trunk@1643 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte11xp.c')
-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);