MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 1 Jul 2021 09:39:03 +0000 (11:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 07:46:20 +0000 (09:46 +0200)
commita6b125621c081bef519fd78cf336de351390da3f
tree9709432a03c60ef033fd07a5bae66aaf40bf15be
parent6b63376722d9e1b915a2948e9b30f4ba2712e3f5
MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970

Commit 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into
phy") moves phy-hi3670-usb3.c from ./drivers/staging/hikey9xx/ to
./drivers/phy/hisilicon/, but the new file entry in MAINTAINERS refers to
./drivers/phy/hisilicon/phy-kirin970-usb3.c.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  drivers/phy/hisilicon/phy-kirin970-usb3.c

Repair the file entry by referring to the right location.

Fixes: 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into phy")
Acked-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210701093903.28733-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS