]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: Repair file entry in ASPEED USB UDC DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 15 Jun 2022 19:44:09 +0000 (21:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 14:29:03 +0000 (16:29 +0200)
commit9e54fb26491be757646082bb51a27f18e8284560
treebd69ddf5a92d2c1210b7547ec29cc63038c0e2cc
parent4f0b1f15985f394630a02a828386519ad2815d5e
MAINTAINERS: Repair file entry in ASPEED USB UDC DRIVER

Commit 774a4c6069cf ("usb: gadget: add Aspeed ast2600 udc driver") adds
the section ASPEED USB UDC DRIVER with a file entry to aspeed,udc.yaml,
but then, commit e9ef441de228 ("dt-bindings: usb: add documentation for
aspeed udc") actually adds a device tree binding aspeed,ast2600-udc.yaml.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair the reference to the actually added file in ASPEED USB UDC DRIVER.

Acked-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220615194409.11875-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS