On Thu, Jul 01, 2021 at 11:39:03AM +0200, Lukas Bulwahn wrote:
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")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20210701
Mauro, please ack.
Greg, please pick this non-urgent minor fix on top of commit 8de6b7edd493
Thanks, I'll take this after 5.14-rc1 is out.
greg k-h