diff options
author | Wolfram Sang <[email protected]> | 2020-05-02 16:26:49 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2020-05-15 11:23:49 +0200 |
commit | ab7cf7e53ccf1fecec6b72d1a3a13ff88193b490 (patch) | |
tree | 2be9f70fc7345a0f995d8775edd86f2824e78024 | |
parent | 7d66976fe7476d7c9eefae9815b5ce0c66e6f429 (diff) |
i2c: algo-pca: update contact email
The 'pengutronix' address is defunct for years. Use the proper contact
address.
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | drivers/i2c/algos/i2c-algo-pca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/algos/i2c-algo-pca.c b/drivers/i2c/algos/i2c-algo-pca.c index dff4e178c732..7f10312d1b88 100644 --- a/drivers/i2c/algos/i2c-algo-pca.c +++ b/drivers/i2c/algos/i2c-algo-pca.c @@ -542,7 +542,7 @@ int i2c_pca_add_numbered_bus(struct i2c_adapter *adap) EXPORT_SYMBOL(i2c_pca_add_numbered_bus); MODULE_AUTHOR("Ian Campbell <[email protected]>, " - "Wolfram Sang <[email protected]>"); + "Wolfram Sang <[email protected]>"); MODULE_DESCRIPTION("I2C-Bus PCA9564/PCA9665 algorithm"); MODULE_LICENSE("GPL"); |