Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9347431 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: bcm590xx: Make the modalias matches the driver name



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 462c9fc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -410,4 +410,4 @@ module_platform_driver(bcm590xx_regulator_driver);
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx voltage regulator driver");
MODULE_DESCRIPTION("BCM590xx voltage regulator driver");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:bcm590xx-regulator");
MODULE_ALIAS("platform:bcm590xx-vregs");