Skip to content
Snippets Groups Projects
Commit 6a592a7f authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: tnetv107x-ts - fix MODULE_ALIAS


Remove the space between "platform:" prefix and the driver name.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 51a3db41
No related branches found
No related tags found
No related merge requests found
......@@ -393,5 +393,5 @@ module_exit(tsc_exit);
MODULE_AUTHOR("Cyril Chemparathy");
MODULE_DESCRIPTION("TNETV107X Touchscreen Driver");
MODULE_ALIAS("platform: tnetv107x-ts");
MODULE_ALIAS("platform:tnetv107x-ts");
MODULE_LICENSE("GPL");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment