From: Tejun Heo Date: Tue, 14 Dec 2010 06:09:59 +0000 (+0000) Subject: bnx2: remove cancel_work_sync() from remove_one X-Git-Tag: v2.6.38-rc1~476^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8f404893bab40431f7eeb2511454031b07e7df;p=pandora-kernel.git 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 Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed