[PATCH] MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS

Lukas Bulwahn posted 1 patch 4 years, 3 months ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS
Posted by Lukas Bulwahn 4 years, 3 months ago
Commit 721412ed3d81 ("staging: remove ashmem") removes the last android
driver from staging, but misses to adjust MAINTAINERS.

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

Remove the obsolete file entry in ANDROID DRIVERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Greg, please pick this minor clean-up patch for your staging-next tree on
top of the commit above.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 963d7001f2ce..192e99b6b8f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1325,7 +1325,6 @@ L:	linux-kernel@vger.kernel.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
 F:	drivers/android/
-F:	drivers/staging/android/
 
 ANDROID GOLDFISH PIC DRIVER
 M:	Miodrag Dinic <miodrag.dinic@mips.com>
-- 
2.17.1
Re: [PATCH] MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS
Posted by Dan Carpenter 4 years, 3 months ago
On Wed, Mar 16, 2022 at 01:48:02PM +0100, Lukas Bulwahn wrote:
> Commit 721412ed3d81 ("staging: remove ashmem") removes the last android
> driver from staging

Hooray!  Well done @android.com folks!  :)

regards,
dan carpenter
Re: [PATCH] MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS
Posted by Greg Kroah-Hartman 4 years, 3 months ago
On Wed, Mar 16, 2022 at 01:48:02PM +0100, Lukas Bulwahn wrote:
> Commit 721412ed3d81 ("staging: remove ashmem") removes the last android
> driver from staging, but misses to adjust MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Remove the obsolete file entry in ANDROID DRIVERS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Greg, please pick this minor clean-up patch for your staging-next tree on
> top of the commit above.

Now picked up, thanks for the fix.

greg k-h