[svn-commits] sruffell: linux/trunk r10230 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 20 15:52:05 CDT 2011


Author: sruffell
Date: Thu Oct 20 15:52:01 2011
New Revision: 10230

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10230
Log:
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 at digium.com>
Acked-by: Michael Spiceland <mspiceland at digium.com>
Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=10230&r1=10229&r2=10230
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Thu Oct 20 15:52:01 2011
@@ -4231,7 +4231,7 @@
 		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;
 	}
 




More information about the svn-commits mailing list