From 54d7bf67a85f392f3a9770ced900021c06e83218 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Mon, 3 May 2010 18:23:09 +0000 Subject: wcte12xp: Removed unnecessary instrumentation Over-verbose instrumentation snuck in, on commit r8594 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8600 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcte12xp/base.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers') diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c index 0006244..ea39884 100644 --- a/drivers/dahdi/wcte12xp/base.c +++ b/drivers/dahdi/wcte12xp/base.c @@ -674,17 +674,14 @@ static void __t1xxp_set_clear(struct t1 *wc) } ret = t1_setreg(wc, CCB1, reg[0]); - t1_info(wc, "Set CCB1 to 0x%X\n", reg[0]); if (ret < 0) t1_info(wc, "Unable to set clear/rbs mode!\n"); ret = t1_setreg(wc, CCB2, reg[1]); - t1_info(wc, "Set CCB2 to 0x%X\n", reg[1]); if (ret < 0) t1_info(wc, "Unable to set clear/rbs mode!\n"); ret = t1_setreg(wc, CCB3, reg[2]); - t1_info(wc, "Set CCB3 to 0x%X\n", reg[2]); if (ret < 0) t1_info(wc, "Unable to set clear/rbs mode!\n"); } -- cgit v1.2.3