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

Commit 0a524509 authored by Meelis Roos's avatar Meelis Roos Committed by Len Brown
Browse files

ACPI: EC: fix run-together printk lines



Signed-off-by: default avatarMeelis Roos <mroos@linux.ee>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 07ddf768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -673,7 +673,7 @@ ec_parse_device(acpi_handle handle, u32 Level, void *context, void **retval)

	ec->handle = handle;

	printk(KERN_INFO PREFIX "GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx",
	printk(KERN_INFO PREFIX "GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx\n",
			  ec->gpe, ec->command_addr, ec->data_addr);

	return AE_CTRL_TERMINATE;