Re: [PATCH] maple: fix wrong return value of maple_bus_init().

2021-01-18 Thread John Paul Adrian Glaubitz
On 11/26/20 3:43 AM, Lu Wei wrote: > If KMEM_CACHE or maple_alloc_dev failed, the maple_bus_init() will return 0 > rather than error, because the retval is not changed after KMEM_CACHE or > maple_alloc_dev failed. > > Fixes: 17be2d2b1c33 ("sh: Add maple bus support for the SEGA Dreamcast.") >

[PATCH] maple: fix wrong return value of maple_bus_init().

2020-11-25 Thread Lu Wei
If KMEM_CACHE or maple_alloc_dev failed, the maple_bus_init() will return 0 rather than error, because the retval is not changed after KMEM_CACHE or maple_alloc_dev failed. Fixes: 17be2d2b1c33 ("sh: Add maple bus support for the SEGA Dreamcast.") Reported-by: Hulk Robot Signed-off-by: Lu Wei