From: Tejun Heo Date: Fri, 24 Dec 2010 14:59:06 +0000 (+0100) Subject: drm/ttm: use cancel_delayed_work_sync() in ttm_bo X-Git-Tag: v2.6.38-rc1~456^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f094cfc6c382cec7b2c77dd7798576684153acbb;p=pandora-kernel.git drm/ttm: use cancel_delayed_work_sync() in ttm_bo 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: Tejun Heo Cc:: Thomas Hellstrom Cc:: Dave Airlie --- Reading git-diff-tree failed