Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14037
b: refs/heads/master
c: afdd3b3
h: refs/heads/master
i:
  14035: 1f443ea
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Nov 14, 2005
1 parent 0e3088f commit a3849a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ae7642bb05623988d8ca82b332dad1ed7bdb8ceb
refs/heads/master: afdd3b3c8ee63c662bafc9194c182610b254c59b
2 changes: 1 addition & 1 deletion trunk/drivers/video/w100fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ int __init w100fb_probe(struct platform_device *pdev)
if (remapped_fbuf == NULL)
goto out;

info=framebuffer_alloc(sizeof(struct w100fb_par), dev);
info=framebuffer_alloc(sizeof(struct w100fb_par), &pdev->dev);
if (!info) {
err = -ENOMEM;
goto out;
Expand Down

0 comments on commit a3849a4

Please sign in to comment.