]> git.itanic.dy.fi Git - linux-stable/commit
vdpa: Fix an error handling path in eni_vdpa_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 20 Oct 2022 19:21:09 +0000 (21:21 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 25 Dec 2023 14:32:12 +0000 (09:32 -0500)
commitc1b9f2c66eed3261db76cccd8a22a9affae8dcbf
tree5a9ba2ec544e5769763c03566360a3c0cd97d9c2
parentb8e0792449928943c15d1af9f63816911d139267
vdpa: Fix an error handling path in eni_vdpa_probe()

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")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Message-Id: <a7b0ef1eabd081f1c7c894e9b11de01678e85dee.1666293559.git.christophe.jaillet@wanadoo.fr>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/vdpa/alibaba/eni_vdpa.c