Commit ea6254e5 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

regulator: da9062: Fix modalias

Remove extra space between platform prefix and driver name in MODULE_ALIAS.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4068e518
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment