commit | a0db28b898266265c1cc2ff84f041a561a265504 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Sun Feb 07 06:23:53 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 10 17:56:27 2010 -0800 |
tree | 28bfe53d792eb7764489ea3496148083f9c84767 | |
parent | bd011e8826978b0f6cd0f929edec353fd755f49b [diff] |
sky2: resume clocks Change the resume path to use pci write config for a couple of reasons: 1. pci_write_config_dword() allows for more error checking of PCI health after resume. 2. better to toggle this register on all chip types, since that is what vendor driver does. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>