From: Tejun Heo Date: Fri, 24 Dec 2010 15:14:20 +0000 (+0100) Subject: usb: don't use flush_scheduled_work() X-Git-Tag: v2.6.38-rc1~456^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569ff2de2e1c8ac67c8df3a7367d46d0d9460a35;p=pandora-kernel.git usb: don't use flush_scheduled_work() flush_scheduled_work() is being deprecated. Directly flush or cancel work items instead. * u_ether, isp1301_omap, speedtch conversions are straight-forward. * ochi-hcd should only flush when quirk_nec() is true as otherwise the work wouldn't have been initialized. * In oti6858, cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync(). Signed-off-by: Tejun Heo Acked-by: Greg Kroah-Hartman Cc: David Brownell Cc: Duncan Sands Cc: linux-usb@vger.kernel.org --- Reading git-diff-tree failed