[dahdi-commits] sruffell: linux/trunk r5003 - /linux/trunk/drivers/dahdi/wcte12xp/base.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Sun Sep 28 02:04:16 CDT 2008
Author: sruffell
Date: Sun Sep 28 02:04:16 2008
New Revision: 5003
URL: http://svn.digium.com/view/dahdi?view=rev&rev=5003
Log:
Fixed type of flags parameter to spin_lock_irqsave functions. Fixes
compilation issues on platforms where int and long do not have the same size.
Closes Issues #0013575. Reported by Ulmo.
Modified:
linux/trunk/drivers/dahdi/wcte12xp/base.c
Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=5003&r1=5002&r2=5003
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Sun Sep 28 02:04:16 2008
@@ -1055,7 +1055,7 @@
struct adt_lec_params params;
struct t1 *wc = chan->pvt;
struct vpm150m *vpm150m = wc->vpm150m;
- unsigned int flags;
+ unsigned long flags;
struct vpm150m_workentry *work;
unsigned int ret;
More information about the dahdi-commits
mailing list