Sfoglia il codice sorgente

Input: tnetv107x-ts - fix MODULE_ALIAS

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

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Axel Lin 14 anni fa
parent
commit
6a592a7f45
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/input/touchscreen/tnetv107x-ts.c

+ 1 - 1
drivers/input/touchscreen/tnetv107x-ts.c

@@ -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");