atm: eni: fix the missed pci_disable_device() for eni_init_one()
authorJing Xiangfeng <jingxiangfeng@huawei.com>
Fri, 4 Sep 2020 02:51:03 +0000 (10:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 11:14:51 +0000 (13:14 +0200)
commit48fb5d1e39bcbeb397c09fe246cb092592678af9
tree491c7df5171bed281dda7ffd9008e1b97715eb97
parent8d6cd745526a5e15c80211a2ba4114150dad2f27
atm: eni: fix the missed pci_disable_device() for eni_init_one()

[ Upstream commit c2b947879ca320ac5505c6c29a731ff17da5e805 ]

eni_init_one() misses to call pci_disable_device() in an error path.
Jump to err_disable to fix it.

Fixes: ede58ef28e10 ("atm: remove deprecated use of pci api")
Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/atm/eni.c