2023-06-23 04:16:30

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER

Commit d4313a68ec91 ("fbdev/media: Use GPIO descriptors for VIA GPIO")
moves via-gpio.h from include/linux to drivers/video/fbdev/via, but misses
to adjust the file entry for the VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER
DRIVER section.

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

Remove the file entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER, as
the new location of the header is already covered by the file entry
drivers/video/fbdev/via/.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 88954a1c0017..e12ac544aa9d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22415,7 +22415,6 @@ L: [email protected]
S: Maintained
F: drivers/video/fbdev/via/
F: include/linux/via-core.h
-F: include/linux/via-gpio.h
F: include/linux/via_i2c.h

VIA VELOCITY NETWORK DRIVER
--
2.17.1



2023-06-24 08:24:13

by Helge Deller

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER

On 6/23/23 06:07, Lukas Bulwahn wrote:
> Commit d4313a68ec91 ("fbdev/media: Use GPIO descriptors for VIA GPIO")
> moves via-gpio.h from include/linux to drivers/video/fbdev/via, but misses
> to adjust the file entry for the VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER
> DRIVER section.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Remove the file entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER, as
> the new location of the header is already covered by the file entry
> drivers/video/fbdev/via/.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Added the Fixes tag and applied.

Thanks!
Helge

> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 88954a1c0017..e12ac544aa9d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22415,7 +22415,6 @@ L: [email protected]
> S: Maintained
> F: drivers/video/fbdev/via/
> F: include/linux/via-core.h
> -F: include/linux/via-gpio.h
> F: include/linux/via_i2c.h
>
> VIA VELOCITY NETWORK DRIVER