commit | 4d246e458918d469ad645fd5f937ac22982e0466 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Wed May 13 12:15:38 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Jun 18 13:57:25 2009 -0700 |
tree | 7af516967d8f9ef8824f74f9214bf74fdc93d894 | |
parent | b6c2e54d3ea27719b920faf15db92dfe0260f0d2 [diff] |
PCI ASPM: cleanup clkpm state in struct pcie_link_state The "clk_pm_capable", "clk_pm_enable" and "bios_clk_state" fields in the struct pcie_link_state only take 1-bit value. So those fields don't need to be defined as unsigned int. This patch makes those fields 1-bit, and cleans up some related code. Acked-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>