Re: [PATCH v2 3/5] vfio: platform: simplify device removal

2020-12-02 Thread Auger Eric
Hi Uwe, On 11/24/20 2:31 PM, Uwe Kleine-König wrote: > From: Uwe Kleine-König > > vfio_platform_remove_common() cannot return non-NULL in > vfio_amba_remove() as the latter is only called if vfio_amba_probe() > returned success. > > Diagnosed-by: Arnd Bergmann > Signed-off-by: Uwe Kleine-König

[PATCH v2 3/5] vfio: platform: simplify device removal

2020-11-24 Thread Uwe Kleine-König
From: Uwe Kleine-König vfio_platform_remove_common() cannot return non-NULL in vfio_amba_remove() as the latter is only called if vfio_amba_probe() returned success. Diagnosed-by: Arnd Bergmann Signed-off-by: Uwe Kleine-König --- drivers/vfio/platform/vfio_amba.c | 14 +- 1 file c