From e5a014e85c009ade772d20eb787bea0e4719e710 Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 26 Nov 2006 08:12:57 +0000 Subject: 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 --- wcte11xp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3