aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/da9062-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-05-25 16:32:38 +0800
committerMark Brown <broonie@kernel.org>2015-05-25 12:57:11 +0100
commitea6254e5c8e54cc43daea4c13b6c66de18b5295b (patch)
treefefa00e1631c9e9d31085333e2960b8f9be7f667 /drivers/regulator/da9062-regulator.c
parentregulator: da9062: DA9062 regulator driver (diff)
downloadwireguard-linux-ea6254e5c8e54cc43daea4c13b6c66de18b5295b.tar.xz
wireguard-linux-ea6254e5c8e54cc43daea4c13b6c66de18b5295b.zip
regulator: da9062: Fix modalias
Remove extra space between platform prefix and driver name in MODULE_ALIAS. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/da9062-regulator.c')
-rw-r--r--drivers/regulator/da9062-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da9062-regulator.c b/drivers/regulator/da9062-regulator.c
index 9805b6b0bdef..e572a654b272 100644
--- a/drivers/regulator/da9062-regulator.c
+++ b/drivers/regulator/da9062-regulator.c
@@ -840,4 +840,4 @@ module_exit(da9062_regulator_cleanup);
MODULE_AUTHOR("S Twiss <stwiss.opensource@diasemi.com>");
MODULE_DESCRIPTION("REGULATOR device driver for Dialog DA9062");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform: da9062-regulators");
+MODULE_ALIAS("platform:da9062-regulators");