drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_olut_set()
[linux-2.6-microblaze.git] / drivers / acpi / device_pm.c
index b44b12a..94d91c6 100644 (file)
@@ -186,7 +186,7 @@ int acpi_device_set_power(struct acpi_device *device, int state)
                 * possibly drop references to the power resources in use.
                 */
                state = ACPI_STATE_D3_HOT;
-               /* If _PR3 is not available, use D3hot as the target state. */
+               /* If D3cold is not supported, use D3hot as the target state. */
                if (!device->power.states[ACPI_STATE_D3_COLD].flags.valid)
                        target_state = state;
        } else if (!device->power.states[state].flags.valid) {