Re: Reducing warning output from pci_get_subsys()

2007-01-30 Thread Greg KH
On Tue, Jan 30, 2007 at 11:18:21PM -0600, Kumar Gala wrote: > > On Jan 30, 2007, at 11:11 PM, Andrew Morton wrote: > > >On Tue, 30 Jan 2007 22:55:38 -0600 (CST) > >Kumar Gala <[EMAIL PROTECTED]> wrote: > > > >>Greg, > >> > >>There was some code added to warn if pci_get_subsys() is called > >>an

Re: Reducing warning output from pci_get_subsys()

2007-01-30 Thread Kumar Gala
On Jan 30, 2007, at 11:11 PM, Andrew Morton wrote: On Tue, 30 Jan 2007 22:55:38 -0600 (CST) Kumar Gala <[EMAIL PROTECTED]> wrote: Greg, There was some code added to warn if pci_get_subsys() is called and the pci_devices is empty. I'm wondering if there is some point at which we know its

Re: Reducing warning output from pci_get_subsys()

2007-01-30 Thread Andrew Morton
On Tue, 30 Jan 2007 22:55:38 -0600 (CST) Kumar Gala <[EMAIL PROTECTED]> wrote: > Greg, > > There was some code added to warn if pci_get_subsys() is called and the > pci_devices is empty. > > I'm wondering if there is some point at which we know its ok for the > pci_devices list be empty if the

Reducing warning output from pci_get_subsys()

2007-01-30 Thread Kumar Gala
Greg, There was some code added to warn if pci_get_subsys() is called and the pci_devices is empty. I'm wondering if there is some point at which we know its ok for the pci_devices list be empty if there are no devices on the bus so we can stop printing the message. On an embedded PPC refe