commit | 378b451ede192163780bb15b1ad0a913aa8ee4ae | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Mar 30 18:23:24 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon May 10 10:23:24 2010 +0200 |
tree | f87f8e2a92ec1d7d51d168567856257463b8855b | |
parent | 059f667d9f81082e94dead14ff3fa7b3b42c98a0 [diff] |
pcmcia: remove suspend-related comment from yenta_socket.c While pci_set_power_state() is called by the PCI core unconditionally on all PCI devices, it is not called on _any_ PCI bridge device. Therefore, it is not surprising calling pci_set_power_state() on CardBus devices causes trouble. CC: dbrownell@users.sourceforge.net CC: gregkh@suse.de Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>