[dahdi-commits] rmeyerriecks: branch linux/mspiceland/dahdi-qfalc31 r7688 - /linux/team/mspic...
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Mon Dec 14 12:49:36 CST 2009
Author: rmeyerriecks
Date: Mon Dec 14 12:49:34 2009
New Revision: 7688
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7688
Log:
wct4xxp: Fixed an invalid format specifier. Modified the line to conform to
style guidelines.
Modified:
linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7688&r1=7687&r2=7688
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Mon Dec 14 12:49:34 2009
@@ -2896,7 +2896,9 @@
isr4 = (gis & FRMR_GIS_ISR4) ? t4_framer_in(wc, span, FRMR_ISR4) : 0;
if (debug & DEBUG_FRAMER)
- printk(KERN_DEBUG "gis: %02x, isr0: %02x, isr1: %02x, isr2: %02x, isr3: %02x, isr4: %02x, intcount= %d\n", gis, isr0, isr1, isr2, isr3, isr4, wc->intcount);
+ printk(KERN_DEBUG "gis: %02x, isr0: %02x, isr1: %02x, isr2: "\
+ "%02x, isr3: %02x, isr4: %02x, intcount= %u\n",
+ gis, isr0, isr1, isr2, isr3, isr4, wc->intcount);
if (isr0)
t4_check_sigbits(wc, span);
More information about the dahdi-commits
mailing list