提交 edd07992 编写于 作者: M Michael Hennerich 提交者: Mike Frysinger

Blackfin: gpio: use shorter name

The gpio label size is 16 char, but the current code uses a longer name
resulting in chopped display.  So use a shorter name.
Reported-by: NPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 15435a2a
...@@ -1320,7 +1320,7 @@ void bfin_gpiolib_gpio_free(struct gpio_chip *chip, unsigned gpio) ...@@ -1320,7 +1320,7 @@ void bfin_gpiolib_gpio_free(struct gpio_chip *chip, unsigned gpio)
} }
static struct gpio_chip bfin_chip = { static struct gpio_chip bfin_chip = {
.label = "Blackfin-GPIOlib", .label = "BFIN-GPIO",
.direction_input = bfin_gpiolib_direction_input, .direction_input = bfin_gpiolib_direction_input,
.get = bfin_gpiolib_get_value, .get = bfin_gpiolib_get_value,
.direction_output = bfin_gpiolib_direction_output, .direction_output = bfin_gpiolib_direction_output,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册