summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2012-04-18 00:17:15 +0000
committerShaun Ruffell <sruffell@digium.com>2012-04-18 00:17:15 +0000
commit5ce54e828db58388b4cb515b0fac455056b4726f (patch)
tree82564cbe38ce0984fcbba2472c46023e5c8fc250
parent2b6dcd736553860158b345c1d0d741abeb097115 (diff)
wcb4xxp: Fix typo in last commit that broke compilation.
I failed to compile test r10661 and introduced a typo when fixing a checkpatch.pl warning. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10662 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wcb4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c
index 15c065c..69029a0 100644
--- a/drivers/dahdi/wcb4xxp/base.c
+++ b/drivers/dahdi/wcb4xxp/base.c
@@ -1510,7 +1510,7 @@ static void hfc_stop_st(struct b4xxp_span *s)
hfc_stop_all_timers(s);
- b4xxp_setreg_ra(b4, R_ST_SEL, s->port, A_ST_WR_STA
+ b4xxp_setreg_ra(b4, R_ST_SEL, s->port, A_ST_WR_STA,
V_ST_ACT_DEACTIVATE);
}