Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210916
b: refs/heads/master
c: 142092e
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and Linus Torvalds committed Sep 23, 2010
1 parent 3d4b561 commit 7e5c852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5757c2a474a15f87e5baa9a4caacc31cde2bae6
refs/heads/master: 142092e577255e33a4ab74c6baad04c9fb887927
5 changes: 3 additions & 2 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3508,15 +3508,16 @@ static void fbcon_exit(void)
softback_buf = 0UL;

for (i = 0; i < FB_MAX; i++) {
int pending;
int pending = 0;

mapped = 0;
info = registered_fb[i];

if (info == NULL)
continue;

pending = cancel_work_sync(&info->queue);
if (info->queue.func)
pending = cancel_work_sync(&info->queue);
DPRINTK("fbcon: %s pending work\n", (pending ? "canceled" :
"no"));

Expand Down

0 comments on commit 7e5c852

Please sign in to comment.