wcte13xp: Remove redundant call to synchronize_irq().

disable_irq() already synchronizes with any running handlers.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>
This commit is contained in:
Shaun Ruffell
2014-04-01 11:46:46 -05:00
parent f2a3c1c963
commit f6edaf5cea

View File

@@ -1797,7 +1797,6 @@ static int t13x_set_linemode(struct dahdi_span *span, enum spantypes linemode)
clear_bit(INITIALIZED, &wc->bit_flags);
disable_irq(wc->xb.pdev->irq);
synchronize_irq(wc->xb.pdev->irq);
smp_mb__after_clear_bit();
del_timer_sync(&wc->timer);
flush_workqueue(wc->wq);