[PATCH V4 14/26] pch_gbe: deprecate pci_get_bus_and_slot()
From: davem@davemloft.net (David Miller)
Date: 2017-12-19 14:53:40
Also in:
linux-arm-msm, linux-pci, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2017-12-19 14:53:40
Also in:
linux-arm-msm, linux-pci, lkml, netdev
From: Sinan Kaya <redacted> Date: Tue, 19 Dec 2017 07:17:41 -0500
Then hard code the domain number as 0 while calling pci_get_domain_bus_and_slot() if you know for sure that this device will never work on a non-zero domain.
Agreed, it's so much better to be explicit about this.