diff options
author | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2018-09-30 07:50:05 -0400 |
---|---|---|
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2018-09-30 07:50:05 -0400 |
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/20180928220131.31075-1-joe@perches.com/
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
-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 <willy@haproxy.com> | |||
10949 | M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 10949 | M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
10950 | S: Odd Fixes | 10950 | S: Odd Fixes |
10951 | F: Documentation/auxdisplay/lcd-panel-cgram.txt | 10951 | F: Documentation/auxdisplay/lcd-panel-cgram.txt |
10952 | F: drivers/misc/panel.c | 10952 | F: drivers/auxdisplay/panel.c |
10953 | 10953 | ||
10954 | PARALLEL PORT SUBSYSTEM | 10954 | PARALLEL PORT SUBSYSTEM |
10955 | M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 10955 | M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> |