Re: [PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()

2023-12-19 Thread Jason Wang
On Fri, Dec 8, 2023 at 5:14 AM Christophe JAILLET wrote: > > Le 20/10/2022 à 21:21, Christophe JAILLET a écrit : > > After a successful vp_legacy_probe() call, vp_legacy_remove() should be > > called in the error handling path, as already done in the remove function. > > > > Add the missing call.

Re: [PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()

2023-12-08 Thread Michael S. Tsirkin
On Thu, Dec 07, 2023 at 10:13:51PM +0100, Christophe JAILLET wrote: > Le 20/10/2022 à 21:21, Christophe JAILLET a écrit : > > After a successful vp_legacy_probe() call, vp_legacy_remove() should be > > called in the error handling path, as already done in the remove function. > > > > Add the

Re: [PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()

2023-12-07 Thread Christophe JAILLET
Le 20/10/2022 à 21:21, Christophe JAILLET a écrit : After a successful vp_legacy_probe() call, vp_legacy_remove() should be called in the error handling path, as already done in the remove function. Add the missing call. Fixes: e85087beedca ("eni_vdpa: add vDPA driver for Alibaba ENI")