diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-15 11:24:58 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-15 18:35:35 +0000 |
commit | 0998a436b1c2d8b7037c26736ee92417ca83d361 (patch) | |
tree | c159b3b9ffa88940df6ab7e904712813e1e2941e | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-0998a436b1c2d8b7037c26736ee92417ca83d361.tar.bz2 |
regulator: max77686: Fix MAINTAINER entry to match driver
The max77686 regulator driver was recently renamed to max77686-regulator
but the entry in the MAINTAINERS file wasn't updated to match the driver.
Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 30aca4aa5467..b060628112cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6913,7 +6913,7 @@ M: Krzysztof Kozlowski <k.kozlowski@samsung.com> L: linux-kernel@vger.kernel.org S: Supported F: drivers/*/max14577.c -F: drivers/*/max77686.c +F: drivers/*/max77686*.c F: drivers/*/max77693.c F: drivers/extcon/extcon-max14577.c F: drivers/extcon/extcon-max77693.c |