Loading drivers/block/ps3vram.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading Loading
drivers/block/ps3vram.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading