diff options
author | Tejun Heo | 2010-12-24 16:14:20 +0100 |
---|---|---|
committer | Tejun Heo | 2010-12-24 16:14:20 +0100 |
commit | 569ff2de2e1c8ac67c8df3a7367d46d0d9460a35 (patch) | |
tree | 124784a459d055a97506b37ce3d51e9713485922 /drivers/mmc/host | |
parent | 37c95bfe944babae817bfcf02c996729c9a3335d (diff) |
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 <tj@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Duncan Sands <duncan.sands@free.fr>
Cc: linux-usb@vger.kernel.org
Diffstat (limited to 'drivers/mmc/host')
0 files changed, 0 insertions, 0 deletions