OSDN Git Service

pinctrl: devicetree: Use strlen() instead of hardcoded number
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 31 Jul 2019 13:29:15 +0000 (15:29 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Aug 2019 11:29:29 +0000 (13:29 +0200)
commitf0b0e923e07aa3efd3d5db0bd6ff421bd9a9a0d4
tree0db183544fa9c2700a1eacb6d64d84f8d8447270
parent64c4dcbfcc4ea3ae8f898e6dac836e57acb16b6b
pinctrl: devicetree: Use strlen() instead of hardcoded number

Improve readability by replacing a hardcoded number requiring a comment
by strlen().

Gcc is smart enough to evaluate the length of a constant string at
compile-time.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190731132917.17607-2-geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/devicetree.c