提交 ed37915c 编写于 作者: B Bamvor Jian Zhang 提交者: Linus Walleij

gpiolib: keep comment consistent with code

The commit f881bab0 ("gpio: keep the GPIO line names internal")
change the error to warning in gpiochip_set_desc_names. Update the
comment accordingly.
Signed-off-by: NBamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 eae122b8
...@@ -252,7 +252,7 @@ static struct gpio_desc *gpio_name_to_desc(const char * const name) ...@@ -252,7 +252,7 @@ static struct gpio_desc *gpio_name_to_desc(const char * const name)
* Takes the names from gc->names and checks if they are all unique. If they * Takes the names from gc->names and checks if they are all unique. If they
* are, they are assigned to their gpio descriptors. * are, they are assigned to their gpio descriptors.
* *
* Returns -EEXIST if one of the names is already used for a different GPIO. * Warning if one of the names is already used for a different GPIO.
*/ */
static int gpiochip_set_desc_names(struct gpio_chip *gc) static int gpiochip_set_desc_names(struct gpio_chip *gc)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册