diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2008-02-03 22:53:31 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-21 02:15:42 -0500 |
commit | c6868ea00bdebe5762fa59e54b74b4cd4e3b4e6e (patch) | |
tree | 5088adde19a695e67784b3d3b72aeae1b4b02053 /drivers/pci/pci-acpi.c | |
parent | 8a235efad548abd2ab5ebea45a9ffa750c814375 (diff) |
PCI ACPI: Fix comment describing acpi_pci_choose_state
The last line of the comment preceding the definition of
acpi_pci_choose_state() is incorrect. Remove it.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pci/pci-acpi.c')
-rw-r--r-- | drivers/pci/pci-acpi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index e569645d59e2..e818e52dc39a 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c @@ -241,8 +241,6 @@ EXPORT_SYMBOL(pci_osc_control_set); * choose from highest power _SxD to lowest power _SxW * else // no _PRW at S-state x * choose highest power _SxD or any lower power - * - * currently we simply return _SxD, if present. */ static pci_power_t acpi_pci_choose_state(struct pci_dev *pdev, |