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

Commit 0f0aca5d authored by Axel Lin's avatar Axel Lin Committed by Brian Norris
Browse files

mtd: omap_elm: Fix module alias



Remove extra space after the "platform:" prefix and make the alias matches
driver name.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 7e0c19c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,5 +574,5 @@ module_platform_driver(elm_driver);

MODULE_DESCRIPTION("ELM driver for BCH error correction");
MODULE_AUTHOR("Texas Instruments");
MODULE_ALIAS("platform: elm");
MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_LICENSE("GPL v2");