Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189691
b: refs/heads/master
c: a1663ed
h: refs/heads/master
i:
  189689: 0ef9267
  189687: 36786b6
v: v3
  • Loading branch information
Ben Skeggs committed Apr 9, 2010
1 parent b7e6096 commit c54c6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78bb35129e9400fb50580e971d964563fc8e0218
refs/heads/master: a1663ed3412f4b94edcf30b271c9db3ace533605
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,10 @@ int nv50_display_create(struct drm_device *dev)
}

ret = nv50_display_init(dev);
if (ret)
if (ret) {
nv50_display_destroy(dev);
return ret;
}

return 0;
}
Expand Down

0 comments on commit c54c6a6

Please sign in to comment.