[PATCH v2 0/2] gpiolib: gpio_device label improvements
From: Bartosz Golaszewski
Date: Thu Dec 14 2017 - 09:29:32 EST
Avoid unnecessary memory allocations with kstrdup_const().
v1 -> v2:
- use a ternary operator instead of an if/else in patch 2/2
Bartosz Golaszewski (2):
gpiolib: constify label in gpio_device
gpiolib: use kstrdup_const() for gpio_device label
drivers/gpio/gpiolib.c | 9 +++------
drivers/gpio/gpiolib.h | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
--
2.15.1