commit | d3535fbbce0eef8faa8de30d187fc83b11b858ef | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Wed Sep 28 17:50:51 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 15:36:58 2005 -0700 |
tree | e0bad970776d58a8a79bfeb12d310acabe05aa61 | |
parent | b30197d2c07b396907b81673354a015a9d2b216c [diff] |
[PATCH] pci: cleanup need_restore switch statement Cleanup the need_restore switch statement in pci_set_power_state(). This makes it more safe by explicitly handling all the PCI power states instead of handling them as the default case. It also reads a little better IMHO. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>