From 9c8eb34337ea7ceb19ec32f4384e7d9ee50d3851 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 20 Oct 2011 20:52:01 +0000 Subject: [PATCH] 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 Acked-by: Michael Spiceland Acked-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10230 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }