Re: [PATCH v2 2/2] gpiolib: use kstrdup_const() for gpio_device label

From: Linus Walleij
Date: Wed Dec 20 2017 - 03:17:29 EST


On Thu, Dec 14, 2017 at 3:29 PM, Bartosz Golaszewski <brgl@xxxxxxxx> wrote:

> Users often pass a pointer to a static string to gpiochip_add_data()
> family of functions. Avoid unnecessary memory allocations with the
> provided helper routine.
>
> While at it: use a ternary operator instead of an if else for brevity.
>
> Signed-off-by: Bartosz Golaszewski <brgl@xxxxxxxx>

Patch applied. (Patch 1/2 was already applied from an earlier
version).

Yours,
Linus Walleij