projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a3db4
)
Input: tnetv107x-ts - fix MODULE_ALIAS
author
Axel Lin
<axel.lin@gmail.com>
Mon, 27 Jun 2011 19:42:12 +0000
(12:42 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 27 Jun 2011 19:43:34 +0000
(12:43 -0700)
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>
drivers/input/touchscreen/tnetv107x-ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/tnetv107x-ts.c
b/drivers/input/touchscreen/tnetv107x-ts.c
index 22a3411e93c56bf7f8577334ab19d7a4e2003111..089b0a0f3d8c3f51174bb9e31c5326c61e66d679 100644
(file)
--- a/
drivers/input/touchscreen/tnetv107x-ts.c
+++ b/
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");