PCI ACPI: Fix comment describing acpi_pci_choose_state
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 3 Feb 2008 21:53:31 +0000 (22:53 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 21 Feb 2008 07:15:42 +0000 (02:15 -0500)
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>
drivers/pci/pci-acpi.c

index e569645..e818e52 100644 (file)
@@ -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,