commit | 11f3859b1e85dd408756c72e228cfb5aa7230c87 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Aug 10 15:18:44 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Sep 08 14:57:25 2005 -0700 |
tree | c3bbf898ee5c45299dd111853c9756a594fa6ecf | |
parent | 95a629657dbe28e44a312c47815b3dc3f1ce0970 [diff] |
[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>