mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
ACPI: EC: fix run-together printk lines
Signed-off-by: Meelis Roos <mroos@linux.ee> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
07ddf768d8
commit
0a52450998
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user