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
This commit is contained in:
Shaun Ruffell 2011-10-20 20:52:01 +00:00
parent fba8fd1a70
commit 9c8eb34337

View File

@ -4231,7 +4231,7 @@ static void t4_vpm450_init(struct t4 *wc)
release_firmware(firmware); release_firmware(firmware);
if (vpmdtmfsupport == -1) { 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; vpmdtmfsupport = 0;
} }