Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334724
b: refs/heads/master
c: 0281324
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Reding authored and Dave Airlie committed Oct 23, 2012
1 parent 8fe4662 commit ab5d205
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: e0d78d08e3c06ebe2eb45b4d84f8cd5d1b13d371
refs/heads/master: 028132451667ffd25b6814d47a622ec03cb8cba7
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fb_cma_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int drm_fbdev_cma_create(struct drm_fb_helper *helper,

size = mode_cmd.pitches[0] * mode_cmd.height;
obj = drm_gem_cma_create(dev, size);
if (!obj)
if (IS_ERR(obj))
return -ENOMEM;

fbi = framebuffer_alloc(0, dev->dev);
Expand Down

0 comments on commit ab5d205

Please sign in to comment.