]> 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)
commitd071c55c6242bd82085c4319bccd84d47b0cbecb
tree9ffba0c67b51aaefa1faf2ac536cbe930960715d
parent6aa37a7df3c929e4dd9e0203c9148fba06760ec3
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