[PATCH 1/2] Input: tnetv107x-keypad - fix MODULE_ALIAS
Subsystems:
input (keyboard, mouse, joystick, touchscreen) drivers , the rest
STALE5513d
3 messages,
2 authors,
2011-06-27
· open the first message on its own page
Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <redacted>
---
drivers/input/keyboard/tnetv107x-keypad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/keyboard/tnetv107x-keypad.c b/drivers/input/keyboard/tnetv107x-keypad.c
index c8f097a..1c58681 100644
--- a/drivers/input/keyboard/tnetv107x-keypad.c
+++ b/drivers/input/keyboard/tnetv107x-keypad.c @@ -337,5 +337,5 @@ module_exit(keypad_exit);
MODULE_AUTHOR ( "Cyril Chemparathy" );
MODULE_DESCRIPTION ( "TNETV107X Keypad Driver" );
- MODULE_ALIAS ( "platform: tnetv107x-keypad" );
+ MODULE_ALIAS ( "platform:tnetv107x-keypad" );
MODULE_LICENSE ( "GPL" ); --
1.7.4.1
Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <redacted>
---
drivers/input/touchscreen/tnetv107x-ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/touchscreen/tnetv107x-ts.c b/drivers/input/touchscreen/tnetv107x-ts.c
index 22a3411..089b0a0 100644
--- 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" ); --
1.7.4.1
On Mon, Jun 27, 2011 at 10:32:48PM +0800, Axel Lin wrote: Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <redacted>
Applied both, thanks Axel.
--
Dmitry