From 031c9c5dc7aedd9643db372c8b1191fa7a53d20c Mon Sep 17 00:00:00 2001 From: Alexander Beregalov Date: Tue, 25 Aug 2009 17:25:44 +0400 Subject: [PATCH] --- yaml --- r: 162533 b: refs/heads/master c: 252a1b9162b6dbac7324854eb4137404932b574d h: refs/heads/master i: 162531: 8c438208c1629b9929ee7818c192fe492eb13fe1 v: v3 --- [refs] | 2 +- trunk/drivers/staging/agnx/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a73554a8aea7..ed5674fa538a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7ff177a88782461893316a512e75a3f169fbae8b +refs/heads/master: 252a1b9162b6dbac7324854eb4137404932b574d diff --git a/trunk/drivers/staging/agnx/pci.c b/trunk/drivers/staging/agnx/pci.c index 1fe987065257..32b5489456a8 100644 --- a/trunk/drivers/staging/agnx/pci.c +++ b/trunk/drivers/staging/agnx/pci.c @@ -280,7 +280,7 @@ static void agnx_stop(struct ieee80211_hw *dev) /* make sure hardware will not generate irq */ agnx_hw_reset(priv); free_irq(priv->pdev->irq, dev); - flush_workqueue(priv->hw->workqueue); +/* flush_workqueue(priv->hw->workqueue); */ /* cancel_delayed_work_sync(&priv->periodic_work); */ unfill_rings(priv); rings_free(priv);