Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137151
b: refs/heads/master
c: 60f793d
h: refs/heads/master
i:
  137149: 2b90e6f
  137147: 0be9d8d
  137143: 337279d
  137135: 814e5a0
  137119: f0aa0c3
  137087: 1a0c694
v: v3
  • Loading branch information
Daniel Silverstone authored and Russell King committed Feb 19, 2009
1 parent 9bdc3de commit 97438c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1144d6535fdea5133875dab4a0be5515ae5cb681
refs/heads/master: 60f793de891ea06fa870546336a88df543ec56ae
4 changes: 4 additions & 0 deletions trunk/drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,10 @@ static int s3c2410fb_resume(struct platform_device *dev)

s3c2410fb_init_registers(fbinfo);

/* re-activate our display after resume */
s3c2410fb_activate_var(fbinfo);
s3c2410fb_blank(FB_BLANK_UNBLANK, fbinfo);

return 0;
}

Expand Down

0 comments on commit 97438c0

Please sign in to comment.