summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerriecks@digium.com>2010-05-03 18:23:09 +0000
committerRuss Meyerriecks <rmeyerriecks@digium.com>2010-05-03 18:23:09 +0000
commit54d7bf67a85f392f3a9770ced900021c06e83218 (patch)
tree85cd8fe265bfa2fde1f576800b60d0c1feb4154a /drivers/dahdi/wcte12xp
parent969ceb51c3c09eecb1d6be27f8953b52a6e7c7a9 (diff)
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
Diffstat (limited to 'drivers/dahdi/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/base.c3
1 files changed, 0 insertions, 3 deletions
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");
}