]> git.itanic.dy.fi Git - linux-stable/commit
MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 9 May 2023 07:48:34 +0000 (09:48 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 17 May 2023 22:24:34 +0000 (15:24 -0700)
commit158fb07ba6e77a21f46c3e9c5be44ebd8c4dd2cc
treed42f4bb9eb79ae58b3eac1e72281f9478c301c8a
parent9b5a04ac3ad9898c4745cba46ea26de74ba56a8e
MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS

Commit 361104b05684c ("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/20230509074834.21521-1-lukas.bulwahn@gmail.com
Fixes: 361104b05684c ("dt-bindings: mfd: Convert da9063 to yaml")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cc: Lee Jones <lee@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS