Files
linux/drivers
Sinan Kaya 2c5ff86612 media: atomisp: deprecate pci_get_bus_and_slot()
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.

Getting ready to remove pci_get_bus_and_slot() function. Since ISP always
uses domain 0, hard-code it in the code when calling the replacement
function pci_get_domain_bus_and_slot().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-12-29 06:21:38 -05:00
..
2017-11-13 01:34:14 +01:00
2017-12-01 12:19:48 -08:00
2017-12-28 14:25:07 -05:00
2017-08-29 13:46:35 +02:00
2017-12-02 21:31:03 -05:00