Re: [PATCH] atm: eni: fix the missed pci_disable_device() for eni_init_one()

From: Jakub Kicinski
Date: Sat Sep 05 2020 - 00:46:03 EST


On Fri, 4 Sep 2020 10:51:03 +0800 Jing Xiangfeng wrote:
> eni_init_one() misses to call pci_disable_device() in an error path.
> Jump to err_disable to fix it.
>
> Signed-off-by: Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx>

Please make sure you add appropriate fixes tags, here:

Fixes: ede58ef28e10 ("atm: remove deprecated use of pci api")

Thank you.

Applied.