···214214 }215215 }216216 if (!device->power.states[state].flags.valid) {217217- ACPI_WARNING((AE_INFO, "Device does not support D%d", state));217217+ printk(KERN_WARNING PREFIX "Device does not support D%d\n", state);218218 return_VALUE(-ENODEV);219219 }220220 if (device->parent && (state < device->parent->power.state)) {221221- ACPI_WARNING((AE_INFO,221221+ printk(KERN_WARNING PREFIX222222 "Cannot set device to a higher-powered"223223- " state than parent"));223223+ " state than parent\n");224224 return_VALUE(-ENODEV);225225 }226226···263263264264 end:265265 if (result)266266- ACPI_WARNING((AE_INFO,267267- "Transitioning device [%s] to D%d",268268- device->pnp.bus_id, state));266266+ printk(KERN_WARNING PREFIX267267+ "Transitioning device [%s] to D%d\n",268268+ device->pnp.bus_id, state);269269 else270270 ACPI_DEBUG_PRINT((ACPI_DB_INFO,271271 "Device [%s] transitioned to D%d\n",