aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorKhalil Blaiech <kblaiech@nvidia.com>2020-11-03 14:54:42 -0500
committerWolfram Sang <wsa@kernel.org>2020-11-06 15:52:19 +0100
commit54b9c3d0cea53f84024eed11ff8b6807e2ec81bf (patch)
treeec6520c095f5ea48aad2dc76b99604eb3e8fb02d /drivers/i2c
parenti2c: mlxbf: Update reference clock frequency (diff)
downloadlinux-dev-54b9c3d0cea53f84024eed11ff8b6807e2ec81bf.tar.xz
linux-dev-54b9c3d0cea53f84024eed11ff8b6807e2ec81bf.zip
i2c: mlxbf: Update author and maintainer email info
Correct the email addresses of the author and the maintainer of the Mellanox BlueField I2C driver. Fixes: b5b5b32081cd206b ("i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC") Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Khalil Blaiech <kblaiech@nvidia.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-mlxbf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-mlxbf.c b/drivers/i2c/busses/i2c-mlxbf.c
index afc996d07504..33574d40ea9c 100644
--- a/drivers/i2c/busses/i2c-mlxbf.c
+++ b/drivers/i2c/busses/i2c-mlxbf.c
@@ -2470,5 +2470,5 @@ static void __exit mlxbf_i2c_exit(void)
module_exit(mlxbf_i2c_exit);
MODULE_DESCRIPTION("Mellanox BlueField I2C bus driver");
-MODULE_AUTHOR("Khalil Blaiech <kblaiech@mellanox.com>");
+MODULE_AUTHOR("Khalil Blaiech <kblaiech@nvidia.com>");
MODULE_LICENSE("GPL v2");