Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20982
b: refs/heads/master
c: 98365f5
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Mar 11, 2006
1 parent ec779bc commit 49d680c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 939205b27312b7d7c4c55624ba785e554b39ecbb
refs/heads/master: 98365f5eb47e23d6ac1244da556984a74260021e
3 changes: 1 addition & 2 deletions trunk/drivers/video/s1d13xxxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ s1d13xxxfb_probe(struct platform_device *pdev)
goto bail;
}

platform_set_drvdata(pdev, info);
default_par = info->par;
default_par->regs = ioremap_nocache(pdev->resource[1].start,
pdev->resource[1].end - pdev->resource[1].start +1);
Expand Down Expand Up @@ -638,8 +639,6 @@ s1d13xxxfb_probe(struct platform_device *pdev)
goto bail;
}

platform_set_drvdata(pdev, info);

printk(KERN_INFO "fb%d: %s frame buffer device\n",
info->node, info->fix.id);

Expand Down

0 comments on commit 49d680c

Please sign in to comment.