diff options
author | Joe Perches <joe@perches.com> | 2014-08-08 17:25:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 18:57:30 -0400 |
commit | 0a759c6ead8470ca6c8ef000615d167db9715626 (patch) | |
tree | a021fda06bcb48a544b0019e279662162a09446a /MAINTAINERS | |
parent | 4a9c44f15a73846ae059285daec07d16c6fe81dd (diff) |
MAINTAINERS: fix ssbi pattern
Incorrect pattern used, it's not a directory, it's a file. Fix it.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 18dddd8572f4..4d5790cd3f57 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1178,7 +1178,7 @@ F: drivers/mmc/host/msm_sdcc.h | |||
1178 | F: drivers/tty/serial/msm_serial.h | 1178 | F: drivers/tty/serial/msm_serial.h |
1179 | F: drivers/tty/serial/msm_serial.c | 1179 | F: drivers/tty/serial/msm_serial.c |
1180 | F: drivers/*/pm8???-* | 1180 | F: drivers/*/pm8???-* |
1181 | F: drivers/mfd/ssbi/ | 1181 | F: drivers/mfd/ssbi.c |
1182 | F: include/linux/mfd/pm8xxx/ | 1182 | F: include/linux/mfd/pm8xxx/ |
1183 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git | 1183 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git |
1184 | S: Maintained | 1184 | S: Maintained |