Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2445a9c5 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Stephen Boyd
Browse files

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4e4f485c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 <javier.martinez@collabora.co.uk>");
MODULE_AUTHOR("Javier Martinez Canillas <javier@osg.samsung.com");
MODULE_LICENSE("GPL");