commit | 5cac62ac92689e361ef6b83c1984e3fdf76b6766 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 09 17:17:20 2017 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon May 15 12:07:34 2017 +0300 |
tree | 9ffba0c67b51aaefa1faf2ac536cbe930960715d | |
parent | d9ca30b87e6c9b4982bbda0362212500d5c5d5d7 [diff] |
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>