summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-03 18:26:56 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-03 18:26:56 +0000
commit5413ec9152ebd037f719886eb712b5f24acb6d6e (patch)
treee5708737cada62897ec9399adb141b77691fec75 /drivers/dahdi/dahdi-base.c
parent4ae6489252b04c7aa717ce98cd3f1a258764d805 (diff)
dahdi: trivial. Remove unneccessary comment.
Not only should you not reach that line, it's impossible for you to reach that line. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9591 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index ac5b77e..f0ee3c4 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -3221,7 +3221,6 @@ struct dahdi_tone *dahdi_mf_tone(const struct dahdi_chan *chan, char digit, int
return &tone_pause;
return NULL;
- /* You should not get here */
case DIGIT_MODE_DTMF:
switch (digit) {
case '0':