Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236194
b: refs/heads/master
c: 0e83f46
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 1, 2011
1 parent eb630b9 commit 6f2fcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1f2b472cc92d6178c5b24c12687783a0dedb9202
refs/heads/master: 0e83f46d3869a5255a04b875bb885bd141a609ef
4 changes: 2 additions & 2 deletions trunk/drivers/staging/gma500/psb_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,15 +460,15 @@ static int psbfb_create(struct psb_fbdev *fbdev,
if (!fb) {
DRM_ERROR("failed to allocate fb.\n");
ret = -ENOMEM;
goto out_err0;
goto out_err1;
}
psbfb = to_psb_fb(fb);
psbfb->size = size;

info = framebuffer_alloc(sizeof(struct psb_fbdev), device);
if (!info) {
ret = -ENOMEM;
goto out_err1;
goto out_err0;
}

info->par = fbdev;
Expand Down

0 comments on commit 6f2fcd5

Please sign in to comment.