commit | 418e0a3551bbef5b221705b0e5b8412cdc0afd39 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Nov 05 14:42:24 2021 +0200 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Nov 18 18:40:08 2021 +0200 |
tree | 39e7d5c9c41662022115ba66fb470e993bc8153b | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf [diff] |
lib/string_helpers: Introduce kasprintf_strarray() We have a few users already that basically want to have array of sequential strings to be allocated and filled. Provide a helper for them (basically adjusted version from gpio-mockup.c). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>