Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254292
b: refs/heads/master
c: 2916001
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Shved authored and Paul Mundt committed Jun 24, 2011
1 parent 2ae9d34 commit 8a8c2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9845afc8fa32de145d56c8e69b7900e10371255d
refs/heads/master: 291600193e5c0c3f0a9af1f23a8076dd7417c02a
3 changes: 2 additions & 1 deletion trunk/drivers/video/hecubafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static int __devinit hecubafb_probe(struct platform_device *dev)

videomemory = vzalloc(videomemorysize);
if (!videomemory)
return retval;
goto err_videomem_alloc;

info = framebuffer_alloc(sizeof(struct hecubafb_par), &dev->dev);
if (!info)
Expand Down Expand Up @@ -275,6 +275,7 @@ static int __devinit hecubafb_probe(struct platform_device *dev)
framebuffer_release(info);
err_fballoc:
vfree(videomemory);
err_videomem_alloc:
module_put(board->owner);
return retval;
}
Expand Down

0 comments on commit 8a8c2b2

Please sign in to comment.