Skip to content

Commit 158fb07

Browse files
bulwahnakpm00
authored andcommitted
MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
Commit 361104b ("dt-bindings: mfd: Convert da9063 to yaml") converts da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS. Unfortunately, the file pattern matches da90*.yaml, but the yaml file is prefixed with dlg,da90. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken file pattern. Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS. Link: https://lkml.kernel.org/r/[email protected] Fixes: 361104b ("dt-bindings: mfd: Convert da9063 to yaml") Signed-off-by: Lukas Bulwahn <[email protected]> Acked-by: Conor Dooley <[email protected]> Cc: Lee Jones <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 9b5a04a commit 158fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6019,7 +6019,7 @@ W: http://www.dialog-semiconductor.com/products
60196019
F: Documentation/devicetree/bindings/input/da90??-onkey.txt
60206020
F: Documentation/devicetree/bindings/input/dlg,da72??.txt
60216021
F: Documentation/devicetree/bindings/mfd/da90*.txt
6022-
F: Documentation/devicetree/bindings/mfd/da90*.yaml
6022+
F: Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
60236023
F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
60246024
F: Documentation/devicetree/bindings/regulator/da92*.txt
60256025
F: Documentation/devicetree/bindings/regulator/slg51000.txt

0 commit comments

Comments
 (0)