Re: [PATCH net] atm: idt77252: call pci_disable_device() on error path

2020-12-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 19 Dec 2020 14:01:44 +0300 you wrote: > This error path needs to disable the pci device before returning. > > Fixes: ede58ef28e10 ("atm: remove deprecated use of pci api") > Signed-off-by: Dan Carpenter > --- > driver

[PATCH net] atm: idt77252: call pci_disable_device() on error path

2020-12-19 Thread Dan Carpenter
This error path needs to disable the pci device before returning. Fixes: ede58ef28e10 ("atm: remove deprecated use of pci api") Signed-off-by: Dan Carpenter --- drivers/atm/idt77252.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/atm/idt77252.c b/drivers/atm/idt7725