Skip to content

Commit 556172f

Browse files
alyssaisgregkh
authored andcommitted
serial: liteuart: fix MODULE_ALIAS
modprobe can't handle spaces in aliases. Fixes: 1da81e5 ("drivers/tty/serial: add LiteUART driver") Signed-off-by: Alyssa Ross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0e479b4 commit 556172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/liteuart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,4 @@ module_exit(liteuart_exit);
436436
MODULE_AUTHOR("Antmicro <www.antmicro.com>");
437437
MODULE_DESCRIPTION("LiteUART serial driver");
438438
MODULE_LICENSE("GPL v2");
439-
MODULE_ALIAS("platform: liteuart");
439+
MODULE_ALIAS("platform:liteuart");

0 commit comments

Comments
 (0)