aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Martinez Canillas <[email protected]>2015-10-14 13:18:55 +0200
committerStephen Boyd <[email protected]>2015-10-14 11:31:55 -0700
commit2445a9c5f0de77377da2c7e7163be8488b3d6e7b (patch)
tree99f3bb24891482449b4f74b8d37e30868093dd05
parent4e4f485c89c95c317fadf9faf76d703f0cc7a34d (diff)
clk: max77802: Update MODULE_AUTHOR() email address
The email address listed in MODULE_AUTHOR() no longer exist so to prevent people to send emails to the old address, replace it with my current one. Signed-off-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r--drivers/clk/clk-max77802.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-max77802.c b/drivers/clk/clk-max77802.c
index 74c49b93a6eb..4a89f7979ba0 100644
--- a/drivers/clk/clk-max77802.c
+++ b/drivers/clk/clk-max77802.c
@@ -94,5 +94,5 @@ static struct platform_driver max77802_clk_driver = {
module_platform_driver(max77802_clk_driver);
MODULE_DESCRIPTION("MAXIM 77802 Clock Driver");
-MODULE_AUTHOR("Javier Martinez Canillas <[email protected]>");
+MODULE_AUTHOR("Javier Martinez Canillas <[email protected]");
MODULE_LICENSE("GPL");