Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263416
b: refs/heads/master
c: 8c4074c
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 9bd8339 commit cbe0642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d0a3cc183c50956fe1d9e37cca520debea93ad5
refs/heads/master: 8c4074cd2254606aeb788d518ccc27c9f97129e1
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/max3107-aava.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,5 @@ module_exit(max3107_exit);

MODULE_DESCRIPTION("MAX3107 driver");
MODULE_AUTHOR("Aavamobile");
MODULE_ALIAS("aava-max3107-spi");
MODULE_ALIAS("spi:aava-max3107");
MODULE_LICENSE("GPL v2");
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/max3107.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,5 +1209,5 @@ module_exit(max3107_exit);

MODULE_DESCRIPTION("MAX3107 driver");
MODULE_AUTHOR("Aavamobile");
MODULE_ALIAS("max3107-spi");
MODULE_ALIAS("spi:max3107");
MODULE_LICENSE("GPL v2");
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/mrst_max3110.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,4 +917,4 @@ module_init(serial_m3110_init);
module_exit(serial_m3110_exit);

MODULE_LICENSE("GPL v2");
MODULE_ALIAS("max3110-uart");
MODULE_ALIAS("spi:max3110-uart");

0 comments on commit cbe0642

Please sign in to comment.