Skip to content

Commit

Permalink
i2c: pca-platform: fix broken email address
Browse files Browse the repository at this point in the history
My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
  • Loading branch information
Wolfram Sang committed Apr 23, 2015
1 parent 4daf5a2 commit 9ef8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-pca-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ static struct platform_driver i2c_pca_pf_driver = {

module_platform_driver(i2c_pca_pf_driver);

MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
MODULE_DESCRIPTION("I2C-PCA9564/PCA9665 platform driver");
MODULE_LICENSE("GPL");

0 comments on commit 9ef8a0b

Please sign in to comment.