Skip to content
  • Tejun Heo's avatar
    drm/ttm: use cancel_delayed_work_sync() in ttm_bo · f094cfc6
    Tejun Heo authored
    
    
    Make ttm_bo::ttm_bo_device_release call cancel_delayed_work_sync()
    instead of calling cancel_delayed_work() followed by
    flush_scheduled_work().
    
    This is to prepare for the deprecation and removal of
    flush_scheduled_work().
    
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Cc:: Thomas Hellstrom <thellstrom@vmware.com>
    Cc:: Dave Airlie <airlied@redhat.com>
    f094cfc6