Skip to content

Commit

Permalink
USB: Faraday fotg210: fix email addresses
Browse files Browse the repository at this point in the history
Update the MODULE_AUTHOR field of the Faraday OTG drivers to reflect
current maintainers email address.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Dave Jones authored and Greg Kroah-Hartman committed Sep 17, 2013
1 parent dc298a2 commit dfe2902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/fotg210-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,6 @@ static struct platform_driver fotg210_driver = {

module_platform_driver(fotg210_driver);

MODULE_AUTHOR("Yuan-Hsin Chen <yhchen@faraday-tech.com>");
MODULE_AUTHOR("Yuan-Hsin Chen, Feng-Hsin Chiang <john453@faraday-tech.com>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION(DRIVER_DESC);
2 changes: 1 addition & 1 deletion drivers/usb/gadget/fusb300_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

MODULE_DESCRIPTION("FUSB300 USB gadget driver");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Yuan Hsin Chen <yhchen@faraday-tech.com>");
MODULE_AUTHOR("Yuan-Hsin Chen, Feng-Hsin Chiang <john453@faraday-tech.com>");
MODULE_ALIAS("platform:fusb300_udc");

#define DRIVER_VERSION "20 October 2010"
Expand Down

0 comments on commit dfe2902

Please sign in to comment.