[svn-commits] tzafrir: linux/trunk r8809 - /linux/trunk/include/dahdi/kernel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 27 10:36:21 CDT 2010


Author: tzafrir
Date: Sun Jun 27 10:36:17 2010
New Revision: 8809

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8809
Log:
chan_notice() now works

Make chan_notice() and does not complain about undefined 'chan'.

Modified:
    linux/trunk/include/dahdi/kernel.h

Modified: linux/trunk/include/dahdi/kernel.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/include/dahdi/kernel.h?view=diff&rev=8809&r1=8808&r2=8809
==============================================================================
--- linux/trunk/include/dahdi/kernel.h (original)
+++ linux/trunk/include/dahdi/kernel.h Sun Jun 27 10:36:17 2010
@@ -1252,7 +1252,7 @@
 						## __VA_ARGS__)
 #define	span_err(span, fmt, ...)	span_printk(ERR, "", span, fmt, \
 						## __VA_ARGS__)
-#define	chan_notice(span, fmt, ...)	chan_printk(NOTICE, "", chan, fmt, \
+#define	chan_notice(chan, fmt, ...)	chan_printk(NOTICE, "", chan, fmt, \
 						## __VA_ARGS__)
 #define	chan_err(chan, fmt, ...)	chan_printk(ERR, "", chan, fmt, \
 						## __VA_ARGS__)




More information about the svn-commits mailing list