diff options
author | Meelis Roos <mroos@linux.ee> | 2007-07-26 09:56:55 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-04 02:42:02 (GMT) |
commit | 0a5245099819b0ae0a8e985f54909ba8414faba5 (patch) | |
tree | e826dbdd96cc00a4f1b390a9c27823d26ff887b5 /drivers/acpi | |
parent | 07ddf768d860bee7bd6581b7af3ce1009dbd05d0 (diff) | |
download | linux-0a5245099819b0ae0a8e985f54909ba8414faba5.tar.xz |
ACPI: EC: fix run-together printk lines
Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index b649ac7..b28b565 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -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; |