[zaptel-commits] sruffell: branch 1.4 r4600 - /branches/1.4/kernel/wctdm24xxp/GpakCust.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Fri Dec 19 11:26:28 CST 2008
Author: sruffell
Date: Fri Dec 19 11:26:28 2008
New Revision: 4600
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4600
Log:
Quiet a compilation warning. Related to issue #0013275 and #0013742.
Modified:
branches/1.4/kernel/wctdm24xxp/GpakCust.c
Modified: branches/1.4/kernel/wctdm24xxp/GpakCust.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/wctdm24xxp/GpakCust.c?view=diff&rev=4600&r1=4599&r2=4600
==============================================================================
--- branches/1.4/kernel/wctdm24xxp/GpakCust.c (original)
+++ branches/1.4/kernel/wctdm24xxp/GpakCust.c Fri Dec 19 11:26:28 2008
@@ -407,7 +407,8 @@
struct vpm150m *vpm = wc->vpm150m;
if (vpm)
- down_interruptible(&vpm->sem);
+ if (down_interruptible(&vpm->sem))
+ return;
}
}
More information about the zaptel-commits
mailing list