[PATCH 23/30] [media] atomisp: deprecate pci_get_bus_and_slot()
From: Alan Cox <hidden>
Date: 2017-11-22 12:21:11
Also in:
linux-arm-msm, linux-media, linux-pci, lkml
From: Alan Cox <hidden>
Date: 2017-11-22 12:21:11
Also in:
linux-arm-msm, linux-media, linux-pci, lkml
On Wed, 2017-11-22 at 00:31 -0500, Sinan Kaya wrote:
pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as where a PCI device is present. This restricts the device drivers to be reused for other domain numbers.
The ISP v2 will always been in domain 0. Alan