commit | 80bfdbe370d56a1448c7078cd6d286b89241a72e | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Wed May 13 12:12:43 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Jun 18 13:57:25 2009 -0700 |
tree | 4d3f8c82aa87c1bf498946103b1e816f88121292 | |
parent | dc64cd1131a3b5762e26bd8b01dc79030dd0c555 [diff] |
PCI ASPM: cleanup aspm state field in struct pcie_link_state The "support_state", "enabled_state" and "bios_aspm_state" fields in the struct pcie_link_state take 2-bit value. So those fields don't need to be defined as unsigned int. This patch makes those fields 2-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>