diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-05-25 11:32:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-25 14:57:11 +0300 |
commit | ea6254e5c8e54cc43daea4c13b6c66de18b5295b (patch) | |
tree | fefa00e1631c9e9d31085333e2960b8f9be7f667 /drivers/regulator/da9062-regulator.c | |
parent | 4068e5182ada260d8a09f35db79fc2582e08baec (diff) | |
download | linux-ea6254e5c8e54cc43daea4c13b6c66de18b5295b.tar.xz |
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.c | 2 |
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"); |