aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parser.c
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2022-12-15 10:21:28 +0100
committerLinus Walleij <linus.walleij@linaro.org>2022-12-29 02:05:16 +0100
commita3a7482a0dbce502331caaa9aa8346e72e84b38d (patch)
treef31a48aa058115cec21dbc368d2691643956b16b /lib/parser.c
parentpinctrl: thunderbay: Drop empty platform remove function (diff)
downloadlinux-rng-a3a7482a0dbce502331caaa9aa8346e72e84b38d.tar.xz
linux-rng-a3a7482a0dbce502331caaa9aa8346e72e84b38d.zip
pinctrl: mxs: avoid defines prefixed with CONFIG
Defines prefixed with "CONFIG" should be limited to proper Kconfig options, that are introduced in a Kconfig file. Here, expressions to convert pin configurations to booleans for pull-up, voltage and mA are macro definitions that begin with "CONFIG". To avoid defines prefixed with "CONFIG", rename these defines to begin with "PIN_CONFIG" instead. No functional change. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Link: https://lore.kernel.org/r/20221215092128.3954-1-lukas.bulwahn@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions