summaryrefslogtreecommitdiff
path: root/xivovp/base.c
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-10-21 15:02:38 +0200
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-10-21 15:02:38 +0200
commitbe3a8ff3be9d040761c244d6eb49df87757133d2 (patch)
tree7fd3c28a91587befb911577a85aba5c253d03662 /xivovp/base.c
parent766eed6827e37844d9fb9af88a19419750538a73 (diff)
remove debug traces
Diffstat (limited to 'xivovp/base.c')
-rw-r--r--xivovp/base.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xivovp/base.c b/xivovp/base.c
index 96f5d55..39abd43 100644
--- a/xivovp/base.c
+++ b/xivovp/base.c
@@ -268,10 +268,10 @@ static void vp_post_init(VpEventType *event)
vpst = VpSetOption(&xivovp.line[FXS_LINE].vp_ctx, NULL,
VP_OPTION_ID_TIMESLOT,
&fxs_timeslot);
-// if (vpst != VP_STATUS_SUCCESS) {
- printk(KERN_ERR DRV_NAME ": XXXXXXXXXXXXXXXXX VpSetOption FXS VP_OPTION_ID_TIMESLOT returned %d\n",
+ if (vpst != VP_STATUS_SUCCESS) {
+ printk(KERN_ERR DRV_NAME ": VpSetOption FXS VP_OPTION_ID_TIMESLOT returned %d\n",
(int)vpst);
-// }
+ }
vpst = VpSetLineState(&xivovp.line[FXS_LINE].vp_ctx,
VP_LINE_OHT);
@@ -290,10 +290,10 @@ static void vp_post_init(VpEventType *event)
vpst = VpSetOption(&xivovp.line[FXO_LINE].vp_ctx, NULL,
VP_OPTION_ID_TIMESLOT,
&fxo_timeslot);
-// if (vpst != VP_STATUS_SUCCESS) {
- printk(KERN_ERR DRV_NAME ": XXXXXXXXXXXXXXXXX VpSetOption FXO VP_OPTION_ID_TIMESLOT returned %d\n",
+ if (vpst != VP_STATUS_SUCCESS) {
+ printk(KERN_ERR DRV_NAME ": VpSetOption FXO VP_OPTION_ID_TIMESLOT returned %d\n",
(int)vpst);
-// }
+ }
vpst = VpSetLineState(&xivovp.line[FXO_LINE].vp_ctx,
VP_LINE_FXO_OHT);