regulator: raa215300: Change the scope of the variables {clkin_name, xin_name}
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 29 Jun 2023 10:42:00 +0000 (11:42 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:51:19 +0000 (22:51 +0100)
commit42a95739c5bc4d7a6e93a43117e9283598ba2287
tree33409a4c256dfe797005c8dbe2f0c774952a2e4e
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
regulator: raa215300: Change the scope of the variables {clkin_name, xin_name}

Change the scope of the variables {clkin_name, xin_name} from global->local
to fix the below warning.

drivers/regulator/raa215300.c:42:12: sparse: sparse: symbol 'xin_name' was
not declared. Should it be static?

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202306250552.Fan9WTiN-lkp@intel.com/
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230629104200.102663-1-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/raa215300.c