Skip to content

Commit

Permalink
ACPI: EC: fix run-together printk lines
Browse files Browse the repository at this point in the history
Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Meelis Roos authored and Len Brown committed Aug 4, 2007
1 parent 07ddf76 commit 0a52450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a52450

Please sign in to comment.