]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
pinctrl: meson: Fix typo in device table macro
authorAlexey Gladkov <legion@kernel.org>
Thu, 14 Aug 2025 13:07:13 +0000 (15:07 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Aug 2025 09:10:47 +0000 (11:10 +0200)
commitbd7c2312128e31d056d30d34d60503de056e15f0
tree5ace0cdae22e1f0babfd5e374975307aa403f188
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
pinctrl: meson: Fix typo in device table macro

The typo when using the MODULE_DEVICE_TABLE macro was not noticeable
because the macro was defined only if the module was built as a separate
module.

Cc: Xianwei Zhao <xianwei.zhao@amlogic.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic@lists.infradead.org
Cc: linux-gpio@vger.kernel.org
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507220009.8HKbNP16-lkp@intel.com/
Signed-off-by: Alexey Gladkov <legion@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/e548b7761302defec15aa2098172eabb1ce1ad4a.1755170493.git.legion@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-amlogic-a4.c