Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349355
b: refs/heads/master
c: b2f4b03
h: refs/heads/master
i:
  349353: f6ad800
  349351: e42f36c
v: v3
  • Loading branch information
xueminsu authored and Alex Deucher committed Jan 23, 2013
1 parent 77f6f90 commit de35412
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: e521a29014794d139cca46396d1af8faf1295a26
refs/heads/master: b2f4b03f8a378cd626d2ea67d19e7470c050a098
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ radeon_user_framebuffer_create(struct drm_device *dev,
if (ret) {
kfree(radeon_fb);
drm_gem_object_unreference_unlocked(obj);
return NULL;
return ERR_PTR(ret);
}

return &radeon_fb->base;
Expand Down

0 comments on commit de35412

Please sign in to comment.