dect
/
linux-2.6
Archived
13
0
Fork 0

bnx2: remove cancel_work_sync() from remove_one

Michael pointed out that bnx2_close() already cancels bp->reset_task
and thus it is guaranteed to be idle when bnx2_remove_one() is called.
Remove the unnecessary cancel_work_sync() in remove_one.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Tejun Heo 2010-12-14 06:09:59 +00:00 committed by David S. Miller
parent a13c13273a
commit cb8f404893
1 changed files with 0 additions and 2 deletions

View File

@ -8393,8 +8393,6 @@ bnx2_remove_one(struct pci_dev *pdev)
struct net_device *dev = pci_get_drvdata(pdev);
struct bnx2 *bp = netdev_priv(dev);
cancel_work_sync(&bp->reset_task);
unregister_netdev(dev);
if (bp->mips_firmware)