commit | be51bd4585728baefc5669d4af2be0eb68b90e3e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon May 11 15:56:24 2020 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri May 15 15:45:14 2020 +0300 |
tree | 6c17004f2cce31487dd181e2b10a80b3064151f4 | |
parent | dd950f16b10df55c16c98106726978b236c8be54 [diff] |
platform/x86: thinkpad_acpi: Replace next_cmd(&buf) with strsep(&buf, ",") It seems next_cmd() predates the strsep() implementation in the kernel. For a long time we have the latter one, thus, replace next_cmd(&buf) with strsep(&buf, ","). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>