Subject: [PATCH] [acpi driver model] Remove extra new line from debug statement Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/core/bus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applies-to: 4d0e2ee2801a1687c74c36ee45e5c1b9b8c76803 1793050ccb6789fcd664951a5d2d289bef7c6602 diff --git a/drivers/acpi/drivers/core/bus.c b/drivers/acpi/drivers/core/bus.c index dc463e3..6f53c46 100644 --- a/drivers/acpi/drivers/core/bus.c +++ b/drivers/acpi/drivers/core/bus.c @@ -28,7 +28,7 @@ static int match_id(struct acpi_dev * ad } } if (found) - dbg("Matched %s to driver '%s' with HID '%s'\n", + dbg("Matched %s to driver '%s' with HID '%s'", acpi_dev_bid(ad), adrv->d_drv.name, id); return found; } --- 0.99.9.GIT