Re: [PATCH] net: sungem: disable PCI device on remove

From: Jakub Kicinski

Date: Fri Sep 18 2026 - 19:54:44 EST


On Wed, 16 Sep 2026 13:59:13 +0800 Guangshuo Li wrote:
> gem_init_one() enables the PCI device with pci_enable_device().
>
> The probe failure path balances this operation with
> pci_disable_device(). However, after a successful probe,
> gem_remove_one() releases the PCI resources and netdev without
> disabling the PCI device.

We don't accept trivial fixes to obsolete drivers.