git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1630d85
)
video: don't use flush_scheduled_work() in fb_defio
author
Tejun Heo
<tj@kernel.org>
Wed, 15 Jun 2011 14:57:21 +0000
(16:57 +0200)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Jun 2011 06:36:52 +0000
(15:36 +0900)
flush_scheduled_work() in on the way out. fb_deferred_io_cleanup()
can simply sync-cancel info->deferred_work instead of cancel +
flush_scheduled_work(). Drop flush_scheduled_work() usage.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jaya Kumar <jayalk@intworks.biz>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found