]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: Fix regression in pci_enable_device_bars
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 10 Aug 2005 19:18:44 +0000 (15:18 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 21:57:25 +0000 (14:57 -0700)
commitc10861ad9d23b68807c00359dae41d818b9f0a59
treec3bbf898ee5c45299dd111853c9756a594fa6ecf
parent3470b64fa2566eb25ecdc9e6133db48b1f5589d7
[PATCH] PCI: Fix regression in pci_enable_device_bars

This patch (as552) fixes yet another small problem recently added.  If an
attempt to put a PCI device back into D0 fails because the device doesn't
support PCI PM, it shouldn't count as error.  Without this patch the UHCI
controllers on my Intel motherboard don't work.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci.c