Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acacb5f2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Rafael J. Wysocki
Browse files

ACPI: add newline in power.c message



Add newline to printk so that the message is on a line
by itself and not merged with something unrelated to it.

Reported-by: default avatarToralf Förster <toralf.foerster@gmx.de>
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 3ae45a27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ int acpi_power_resource_register_device(struct device *dev, acpi_handle handle)
	return ret;

no_power_resource:
	printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!");
	printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!\n");
	return -ENODEV;
}
EXPORT_SYMBOL_GPL(acpi_power_resource_register_device);