mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <javier@osg.samsung.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
4e4f485c89
commit
2445a9c5f0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue