@@ -818,9 +818,9 @@ static int acpi_ec_add(struct acpi_device *device)
device->driver_data = ec;
WARN(!request_region(ec->data_addr, 1, "EC data"),
- "Could not request EC data io port 0x%lx", ec->data_addr);
+ "Could not request EC data io port 0x%lx\n", ec->data_addr);
WARN(!request_region(ec->command_addr, 1, "EC cmd"),
- "Could not request EC cmd io port 0x%lx", ec->command_addr);
+ "Could not request EC cmd io port 0x%lx\n", ec->command_addr);
pr_info(PREFIX "GPE = 0x%lx, I/O: command/status = 0x%lx, data = 0x%lx\n",
ec->gpe, ec->command_addr, ec->data_addr);