Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvhart/linux...
[cascardo/linux.git] / drivers / platform / x86 / toshiba_bluetooth.c
index c5e4508..5db495d 100644 (file)
@@ -78,7 +78,7 @@ static int toshiba_bluetooth_present(acpi_handle handle)
         */
        result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present);
        if (ACPI_FAILURE(result)) {
-               pr_err("ACPI call to query Bluetooth presence failed");
+               pr_err("ACPI call to query Bluetooth presence failed\n");
                return -ENXIO;
        } else if (!bt_present) {
                pr_info("Bluetooth device not present\n");