diff options
author | Yang Yingliang <[email protected]> | 2022-11-29 09:57:48 +0800 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-01-10 11:38:58 -0800 |
commit | b93fb4405fcb5112c5739c5349afb52ec7f15c07 (patch) | |
tree | e253ca2ae951980d89132642962c395770d965bd /drivers/net/ethernet/intel/igc/igc_ptp.c | |
parent | 53da7aec32982f5ee775b69dce06d63992ce4af3 (diff) |
ixgbe: fix pci device refcount leak
As the comment of pci_get_domain_bus_and_slot() says, it
returns a PCI device with refcount incremented, when finish
using it, the caller must decrement the reference count by
calling pci_dev_put().
In ixgbe_get_first_secondary_devfn() and ixgbe_x550em_a_has_mii(),
pci_dev_put() is called to avoid leak.
Fixes: 8fa10ef01260 ("ixgbe: register a mdiobus")
Signed-off-by: Yang Yingliang <[email protected]>
Tested-by: Gurucharan G <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_ptp.c')
0 files changed, 0 insertions, 0 deletions