summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-10-20 20:52:01 +0000
committerShaun Ruffell <sruffell@digium.com>2011-10-20 20:52:01 +0000
commit03e4048ff20e3416ac369ce3551e916d90771c5a (patch)
treea3538911131ad791d6e24d4de48975a4927ee6a6 /drivers/dahdi/wct4xxp
parentfcd7ba4ea574104672c5e312b23948380c48a106 (diff)
wct4xxp: Move "hardware DTMF disabled" message from dev_notice -> dev_info
This is the "normal" condition and can be lumped with the other informational messages. Otherwise, just this one message might go to the console depending on the system configuration which can be confusing. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Michael Spiceland <mspiceland@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10230 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp')
-rw-r--r--drivers/dahdi/wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index 3b5e9e2..5040c66 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -4231,7 +4231,7 @@ static void t4_vpm450_init(struct t4 *wc)
release_firmware(firmware);
if (vpmdtmfsupport == -1) {
- dev_notice(&wc->dev->dev, "VPM450: hardware DTMF disabled.\n");
+ dev_info(&wc->dev->dev, "VPM450: hardware DTMF disabled.\n");
vpmdtmfsupport = 0;
}