mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-04-13 04:31:06 +00:00
block/ps3vram: Check return of ps3vram_cache_init
Cc: Markus Elfring <elfring@users.sourceforge.net> Cc: Jim Paris <jim@jtan.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
fd1335e048
commit
00e7c259e9
@ -741,7 +741,11 @@ static int ps3vram_probe(struct ps3_system_bus_device *dev)
|
|||||||
goto out_unmap_reports;
|
goto out_unmap_reports;
|
||||||
}
|
}
|
||||||
|
|
||||||
ps3vram_cache_init(dev);
|
error = ps3vram_cache_init(dev);
|
||||||
|
if (error < 0) {
|
||||||
|
goto out_unmap_reports;
|
||||||
|
}
|
||||||
|
|
||||||
ps3vram_proc_init(dev);
|
ps3vram_proc_init(dev);
|
||||||
|
|
||||||
queue = blk_alloc_queue(GFP_KERNEL);
|
queue = blk_alloc_queue(GFP_KERNEL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user