[svn-commits] sruffell: linux/trunk r10377 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Dec 12 12:18:16 CST 2011
Author: sruffell
Date: Mon Dec 12 12:18:14 2011
New Revision: 10377
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10377
Log:
wctdm24xxp: Do not call voicebus_release() before wctdm_back_out_gracefully()
voicebus_release is already called as part of the wctdm_back_out_gracefully()
call. If an Hx8 card fails to initialize, this will eliminate warnings from
the kernel such as:
WARNING: at kernel/irq/manage.c:904 __free_irq+0x94/0x173()
Trying to free already-free IRQ 18
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Modified:
linux/trunk/drivers/dahdi/wctdm24xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=10377&r1=10376&r2=10377
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Mon Dec 12 12:18:14 2011
@@ -5738,7 +5738,6 @@
if (is_hx8(wc)) {
ret = hx8_check_firmware(wc);
if (ret) {
- voicebus_release(&wc->vb);
wctdm_back_out_gracefully(wc);
return -EIO;
}
More information about the svn-commits
mailing list