Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119292
b: refs/heads/master
c: 6cc4abe
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao committed Nov 11, 2008
1 parent 7341d4d commit 84c3ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1ec26db1f8cae0aca64708e0fe1f687eab7c82e5
refs/heads/master: 6cc4abe43e9362034881ad8c005f4ab8a684ae3e
3 changes: 3 additions & 0 deletions trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@ static int pxafb_smart_thread(void *arg)

static int pxafb_smart_init(struct pxafb_info *fbi)
{
if (!(fbi->lccr0 | LCCR0_LCDT))
return 0;

fbi->smart_thread = kthread_run(pxafb_smart_thread, fbi,
"lcd_refresh");
if (IS_ERR(fbi->smart_thread)) {
Expand Down

0 comments on commit 84c3ffd

Please sign in to comment.