diff options
author | Lukas Bulwahn <[email protected]> | 2022-03-08 09:51:36 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2022-03-23 14:51:44 +0000 |
commit | e4f8e06515e2ed015e36f1a1ef6ebc811f446d10 (patch) | |
tree | a8b6df9dcb54f5aed27e21c415e4c489bf8fd868 | |
parent | 5a2d27c283db049e46c7fac5092ea45c6add2d47 (diff) |
MAINTAINERS: Rectify entry for ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
Commit 983b62975e90 ("dt-bindings: mfd: bd9571mwv: Convert to json-schema")
converts bd9571mwv.txt to rohm,bd9571mwv.yaml, but missed to adjust its
reference in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE
DRIVERS.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 89d074afdafe..e7b13cc7684d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16674,7 +16674,7 @@ M: Marek Vasut <[email protected]> S: Supported -F: Documentation/devicetree/bindings/mfd/bd9571mwv.txt +F: Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml F: drivers/gpio/gpio-bd9571mwv.c F: drivers/mfd/bd9571mwv.c F: drivers/regulator/bd9571mwv-regulator.c |