Re: [PATCH 1/2] PCI: allow pci driver to support only dynids

2008-11-26 Thread Jean Delvare
Hi Chris, On Tue, 25 Nov 2008 19:36:10 -0800, Chris Wright wrote: commit b41d6cf38e27 (PCI: Check dynids driver_data value for validity) requires all drivers to include an id table to try and match driver_data. Before validating driver_data check driver has an id table. Sorry for missing

Re: [PATCH 1/2] PCI: allow pci driver to support only dynids

2008-11-26 Thread Chris Wright
* Jean Delvare ([EMAIL PROTECTED]) wrote: As a side note, I am curious what PCI driver we do have which has driver-probe defined but no driver-id_table. Did you hit an actual issue or are you fixing a theoretical one? Such a driver was patch 2/2. http://lkml.org/lkml/2008/11/26/11 It's meant

Re: [PATCH 1/2] PCI: allow pci driver to support only dynids

2008-11-26 Thread Jean Delvare
Hi Chris, On Wed, 26 Nov 2008 07:19:40 -0800, Chris Wright wrote: * Jean Delvare ([EMAIL PROTECTED]) wrote: As a side note, I am curious what PCI driver we do have which has driver-probe defined but no driver-id_table. Did you hit an actual issue or are you fixing a theoretical one?