summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 6a34d04..a484eeb 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -4534,8 +4534,10 @@ static int dahdi_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long da
case DAHDI_MAINT_PRBS:
case DAHDI_RESET_COUNTERS:
/* Prevent notifying an alarm state for generic
- maintenance functions */
- spans[maint.spanno]->maintstat = 0;
+ maintenance functions, unless the driver is
+ already in a maint state */
+ if(!i)
+ spans[maint.spanno]->maintstat = 0;
rv = spans[maint.spanno]->maint(spans[maint.spanno],
maint.command);