diff options
author | Miguel Ojeda <[email protected]> | 2018-09-30 13:50:05 +0200 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2018-09-30 13:50:05 +0200 |
commit | 03d179a840ce9e694db9d69bb643fdee04cfd28f (patch) | |
tree | f4aa8ff806adbc842974b5cf0b69e8292aa79c01 | |
parent | 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84 (diff) |
MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.c
Commit 51c1e9b554c9 ("auxdisplay: Move panel.c to drivers/auxdisplay folder")
moved the file, but the MAINTAINERS reference was not updated.
Link: https://lore.kernel.org/lkml/[email protected]/
Reported-by: Joe Perches <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 02a39617ec82..e6fde62a1d65 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10949,7 +10949,7 @@ M: Willy Tarreau <[email protected]> M: Ksenija Stanojevic <[email protected]> S: Odd Fixes F: Documentation/auxdisplay/lcd-panel-cgram.txt -F: drivers/misc/panel.c +F: drivers/auxdisplay/panel.c PARALLEL PORT SUBSYSTEM M: Sudip Mukherjee <[email protected]> |