1
0
Fork 0

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>
hifive-unleashed-5.1
Axel Lin 2015-05-25 16:32:38 +08:00 committed by Mark Brown
parent 4068e5182a
commit ea6254e5c8
1 changed files with 1 additions and 1 deletions

View File

@ -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");