MAINTAINERS: adjust file entry in STARFIVE JH71XX PMU CONTROLLER DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 31 Jul 2023 12:26:11 +0000 (14:26 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 8 Aug 2023 15:10:00 +0000 (17:10 +0200)
commitfe38a2d570df3ed868c255fdad16652886997a08
tree8d33f20e44085dd059c721fe9d2175a0931970ec
parenta6a67e5a13f6974913a38d5bd1c595c3fd73b204
MAINTAINERS: adjust file entry in STARFIVE JH71XX PMU CONTROLLER DRIVER

Commit f3fb16291f48 ("soc: starfive: Move the power-domain driver to the
genpd dir") moves:

  drivers/{soc/starfive/jh71xx_pmu.c => genpd/starfive/jh71xx-pmu.c}

However, the update to the file entry in MAINTAINERS only addresses the
move in directories, but misses the renaming from jh71xx_pmu.c to
jh71xx-pmu.c. Hence, ./scripts/get_maintainer.pl --self-test=patterns
complains about a broken reference.

Adjust the file entry in STARFIVE JH71XX PMU CONTROLLER DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
MAINTAINERS