mtd: omap_elm: Fix module alias
authorAxel Lin <[email protected]>
Tue, 18 Aug 2015 13:03:13 +0000 (21:03 +0800)
committerBrian Norris <[email protected]>
Wed, 19 Aug 2015 00:57:46 +0000 (17:57 -0700)
Remove extra space after the "platform:" prefix and make the alias matches
driver name.

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Roger Quadros <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
drivers/mtd/nand/omap_elm.c

index 376bfe19104f2f44b3d129cba6b3e142558308fb..235ec7992b4cf16ce59bfa4ae9b57dc0d6470ea4 100644 (file)
@@ -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");