Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131631
b: refs/heads/master
c: 496818f
h: refs/heads/master
i:
  131629: fc3c523
  131627: 3c62ff2
  131623: 3041697
  131615: 9891801
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Feb 20, 2009
1 parent 42cae70 commit 95f45ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43565a0648e664744ac9201c199681451355edcc
refs/heads/master: 496818f08a78476abdb307e241911536221239fc
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,9 @@ intel_user_framebuffer_create(struct drm_device *dev,

ret = intel_framebuffer_create(dev, mode_cmd, &fb, obj);
if (ret) {
mutex_lock(&dev->struct_mutex);
drm_gem_object_unreference(obj);
mutex_unlock(&dev->struct_mutex);
return NULL;
}

Expand Down

0 comments on commit 95f45ba

Please sign in to comment.