Re: [patch 17/59] PCI: prevent down_read when pci_devices is empty

2007-02-05 Thread Chris Wright
* Kumar Gala ([EMAIL PROTECTED]) wrote: > > On Feb 2, 2007, at 8:35 PM, Chris Wright wrote: > > >-stable review patch. If anyone has any objections, please let us > >know. > >-- > > We just updated this for mainline to remove the printks. I'd prefer > to see that version of

Re: [patch 17/59] PCI: prevent down_read when pci_devices is empty

2007-02-03 Thread Kumar Gala
On Feb 2, 2007, at 8:35 PM, Chris Wright wrote: -stable review patch. If anyone has any objections, please let us know. -- We just updated this for mainline to remove the printks. I'd prefer to see that version of this patch go in. - k From: Ard van Breemen <[EMAIL

[patch 17/59] PCI: prevent down_read when pci_devices is empty

2007-02-02 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Ard van Breemen <[EMAIL PROTECTED]> The pci_find_subsys gets called very early by obsolete ide setup parameters. This is a bogus call since pci is not initialized yet, so the list is empty. But in th