summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-03-11 14:50:48 +0000
committerShaun Ruffell <sruffell@digium.com>2009-03-11 14:50:48 +0000
commit33a198e84b9742c9e15b953f901bf002ba6ec857 (patch)
tree22c3456ddea37783ecd4ebe30e8a3a49ae66bd48 /drivers/dahdi/voicebus.c
parent97dc1383480bc79132baccbc6fed4678daab6448 (diff)
No need to assign 0 to static variables.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6122 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus.c')
-rw-r--r--drivers/dahdi/voicebus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus.c b/drivers/dahdi/voicebus.c
index 7522cb7..9091e93 100644
--- a/drivers/dahdi/voicebus.c
+++ b/drivers/dahdi/voicebus.c
@@ -1121,7 +1121,7 @@ vb_deferred(struct voicebus *vb)
{
void *vbb;
#ifdef DBG
- static int count = 0;
+ static int count;
#endif
int stopping = test_bit(STOP, &vb->flags);
int underrun = test_bit(TX_UNDERRUN, &vb->flags);