[dahdi-commits] sruffell: branch linux/2.5 r10378 - /linux/branches/2.5/drivers/dahdi/wctdm24...

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Dec 12 12:28:54 CST 2011


Author: sruffell
Date: Mon Dec 12 12:28:49 2011
New Revision: 10378

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10378
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>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10377

Modified:
    linux/branches/2.5/drivers/dahdi/wctdm24xxp/base.c

Modified: linux/branches/2.5/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=10378&r1=10377&r2=10378
==============================================================================
--- linux/branches/2.5/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/branches/2.5/drivers/dahdi/wctdm24xxp/base.c Mon Dec 12 12:28:49 2011
@@ -5411,7 +5411,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 dahdi-commits mailing list