commit | 36131ce9a0b23ed6feb04f8a3ffaa44b804abd5e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Aug 06 14:30:34 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Aug 06 14:30:34 2018 -0500 |
tree | 8ccec8940b8359e955f05a2284acafdb11e6725c | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
PCI/ASPM: Convert to use sysfs_match_string() helper The sysfs_match_string() helper returns index of the matching string in an array. Use it in pcie_aspm_set_policy() to simplify the code. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> [bhelgaas: squash sysfs_match_string() fix into original patch for issue Reported-by: Heiner Kallweit <hkallweit1@gmail.com>] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>