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