diff options
author | Karsten Keil <keil@b1-systems.de> | 2009-05-22 07:04:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 03:55:45 -0400 |
commit | eac74af9b547e29c9634ed5eff4d514349e73310 (patch) | |
tree | 61842b3efc3acc8ef6e0f5d7feadd69f447a6cf5 /drivers/isdn/mISDN/dsp_ecdis.h | |
parent | 7245a2fe3c10ed7c2e9b1c8a83af5919c0cc0a89 (diff) |
mISDN: Cleanup debug messages
This patch make debug printk's KERN_DEBUG and also fix some
codestyle issues.
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/mISDN/dsp_ecdis.h')
-rw-r--r-- | drivers/isdn/mISDN/dsp_ecdis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp_ecdis.h b/drivers/isdn/mISDN/dsp_ecdis.h index 8a20af43308b..21dbd153ee26 100644 --- a/drivers/isdn/mISDN/dsp_ecdis.h +++ b/drivers/isdn/mISDN/dsp_ecdis.h | |||
@@ -91,7 +91,7 @@ int16_t amp) | |||
91 | && det->tone_cycle_duration <= 475*8) { | 91 | && det->tone_cycle_duration <= 475*8) { |
92 | det->good_cycles++; | 92 | det->good_cycles++; |
93 | if (det->good_cycles > 2) | 93 | if (det->good_cycles > 2) |
94 | det->hit = TRUE; | 94 | det->hit = TRUE; |
95 | } | 95 | } |
96 | det->tone_cycle_duration = 0; | 96 | det->tone_cycle_duration = 0; |
97 | } | 97 | } |