]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: rzg2l: Drop unnecessary scope
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Wed, 20 Nov 2024 09:48:30 +0000 (09:48 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 8 Dec 2024 22:06:52 +0000 (23:06 +0100)
commit3a735cff5f2ec4d426e27d57da835a075388464c
treed7c347f9705570120209903ced1c6174504abd72
parentbba516a772853595901a7359209bc588d2bffda0
pinctrl: rzg2l: Drop unnecessary scope

In rzg2l_pinconf_set(), there are no new variables defined in the case
statement for PIN_CONFIG_INPUT_ENABLE so no additional scope is needed.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/pinctrl/renesas/rzg2l-pfc.c