]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: thinkpad_acpi: Join string literals back
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 May 2017 14:17:20 +0000 (17:17 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 May 2017 09:07:34 +0000 (12:07 +0300)
commit4dc223d385e4300a9ac99841411241503ea56518
tree9ffba0c67b51aaefa1faf2ac536cbe930960715d
parente7eb437b706ff2fbcc96c64e7ca13be90d586b89
platform/x86: thinkpad_acpi: Join string literals back

There is no point to keep string literal split. It even makes slightly
harder to maintain and debug.

Join string literals back to be oneliners.

While here, print negative error without changing a sign as it is a
common pattern in the kernel.

Other than above there were no functional changes intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/platform/x86/thinkpad_acpi.c