[PATCH 1/2] pci: Set dev-dev.type in alloc_pci_dev

2013-04-08 Thread Brian King
Set dev-dev.type in alloc_pci_dev so that archs that have their own versions of pci_setup_device get this set properly in order to ensure things like the boot_vga sysfs parameter get created as expected. Signed-off-by: Brian King brk...@linux.vnet.ibm.com --- drivers/pci/probe.c |2 +- 1

Re: [PATCH 1/2] pci: Set dev-dev.type in alloc_pci_dev

2013-04-08 Thread Bjorn Helgaas
On Mon, Apr 8, 2013 at 7:05 AM, Brian King brk...@linux.vnet.ibm.com wrote: Set dev-dev.type in alloc_pci_dev so that archs that have their own versions of pci_setup_device get this set properly in order to ensure things like the boot_vga sysfs parameter get created as expected.