summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-07-17 10:59:12 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-07-21 18:27:31 +1000
commitd1b2b3d5a4a1569a5a97aa5a3182cc828d73f411 (patch)
tree9cc0ead39ce48f0c2f71b0785a57cb8e0127a5a3 /MAINTAINERS
parentf823c58e0e8e3ec55dcde0e22df8e8e8ef3fff3b (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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index af4325f25c8a..007c2144cf92 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1166,7 +1166,7 @@ F: drivers/mmc/host/msm_sdcc.h
F: drivers/tty/serial/msm_serial.h
F: drivers/tty/serial/msm_serial.c
F: drivers/*/pm8???-*
-F: drivers/mfd/ssbi/
+F: drivers/mfd/ssbi.c
F: include/linux/mfd/pm8xxx/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
S: Maintained