[svn-commits] sruffell: linux/trunk r8642 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 17 09:45:18 CDT 2010


Author: sruffell
Date: Mon May 17 09:45:13 2010
New Revision: 8642

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8642
Log:
wctdm24xxp: dev_notice -> dev_info

Modules that aren't installed should show at the same level as
modules that are installed.  It could be confusing if the console
log level is set to 3 and only messages about which ports do not
have any modules installed show up on the console.

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

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=8642&r1=8641&r2=8642
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Mon May 17 09:45:13 2010
@@ -4113,7 +4113,9 @@
 					goto retry;
 
 				} else {
-					dev_notice(&wc->vb.pdev->dev, "Port %d: Not installed\n", x + 1);
+					dev_info(&wc->vb.pdev->dev,
+						 "Port %d: Not installed\n",
+						 x + 1);
 					wc->modtype[x] = MOD_TYPE_NONE;
 				}
 			}




More information about the svn-commits mailing list