Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180480
b: refs/heads/master
c: 7dad9ef
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ben Skeggs committed Feb 9, 2010
1 parent ff0406e commit 44084dc
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: f0fbe3eb5f65fe5948219f4ceac68f8a665b1fc6
refs/heads/master: 7dad9ef6d9255b4d2d0a26305a785a55f3ba55e3
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_grctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ nouveau_grctx_prog_load(struct drm_device *dev)
}

pgraph->ctxvals = kmalloc(fw->size, GFP_KERNEL);
if (!pgraph->ctxprog) {
NV_ERROR(dev, "OOM copying ctxprog\n");
if (!pgraph->ctxvals) {
NV_ERROR(dev, "OOM copying ctxvals\n");
release_firmware(fw);
nouveau_grctx_fini(dev);
return -ENOMEM;
Expand Down

0 comments on commit 44084dc

Please sign in to comment.