Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151053
b: refs/heads/master
c: 3273d87
h: refs/heads/master
i:
  151051: b28fbb3
v: v3
  • Loading branch information
Jim Paris authored and Benjamin Herrenschmidt committed Jun 15, 2009
1 parent d97e6ca commit fb2587b
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: 3c20e2f2793380add92dacce63395a8503b6c7c9
refs/heads/master: 3273d8778f90457a495603945e95b47c2c139f22
4 changes: 2 additions & 2 deletions trunk/drivers/block/ps3vram.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static int __devinit ps3vram_probe(struct ps3_system_bus_device *dev)
if (ps3_open_hv_device(dev)) {
dev_err(&dev->core, "ps3_open_hv_device failed\n");
error = -EAGAIN;
goto out_close_gpu;
goto out_free_xdr_buf;
}

/* Request memory */
Expand All @@ -659,7 +659,7 @@ static int __devinit ps3vram_probe(struct ps3_system_bus_device *dev)
dev_err(&dev->core, "lv1_gpu_memory_allocate failed %d\n",
status);
error = -ENOMEM;
goto out_free_xdr_buf;
goto out_close_gpu;
}

/* Request context */
Expand Down

0 comments on commit fb2587b

Please sign in to comment.