[svn-commits] rmeyerriecks: linux/trunk r7941 - /linux/trunk/drivers/dahdi/wct4xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jan 18 15:19:51 CST 2010
Author: rmeyerriecks
Date: Mon Jan 18 15:19:48 2010
New Revision: 7941
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7941
Log:
wct4xxp: Replaced a lost member of the t4 struct, which was clobbered in
the merge commits.
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=7941&r1=7940&r2=7941
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Mon Jan 18 15:19:48 2010
@@ -325,6 +325,7 @@
#endif
int irq; /* IRQ used by device */
int order; /* Order */
+ int flags; /* Device flags */
unsigned int falc31 : 1; /* are we falc v3.1 (atomic not necessary) */
int master; /* Are we master */
int ledreg; /* LED Register */
More information about the svn-commits
mailing list