]> git.itanic.dy.fi Git - linux-stable/commit
pinctrl: single: remove get rid of __maybe_unused
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Aug 2023 06:45:08 +0000 (15:45 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:49:18 +0000 (10:49 +0200)
commitaf68c2af22e11f15751031422e31ee695095f108
tree9770311120a7c0a2176d449d5e706aec25694ef2
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
pinctrl: single: remove get rid of __maybe_unused

These are always used in pcs_probe().

While I was here, I also changed 'unsigned' in the same line to
'unsigned int' to address the checkpatch warnings:

  WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20230824064508.968142-1-masahiroy@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-single.c