]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: ov02a10, dw9768: Remove Dongchung's e-mail
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 16 Mar 2026 21:34:39 +0000 (23:34 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 24 Mar 2026 10:58:02 +0000 (11:58 +0100)
Dongchung's e-mail address returns a permanent error:

The following message to <dongchun.zhu@mediatek.com> was
undeliverable. The reason for the problem: 5.1.0 - Unknown address
error 550-'Relaying mail to dongchun.zhu@mediatek.com is not
allowed'

Remove the address.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/dw9768.c
drivers/media/i2c/ov02a10.c

index d434721ba8edeb3043293f890e7e55c517a99b1e..d037d3009c9a5e312372390083855d9df8fe2abe 100644 (file)
@@ -551,6 +551,6 @@ static struct i2c_driver dw9768_i2c_driver = {
 };
 module_i2c_driver(dw9768_i2c_driver);
 
-MODULE_AUTHOR("Dongchun Zhu <dongchun.zhu@mediatek.com>");
+MODULE_AUTHOR("Dongchun Zhu");
 MODULE_DESCRIPTION("DW9768 VCM driver");
 MODULE_LICENSE("GPL v2");
index 70d9d7c43f1874e37b8c1115f4ba019b28143cd2..143dcfe104456db29aaf0230835858fba7a2c3ed 100644 (file)
@@ -998,6 +998,6 @@ static struct i2c_driver ov02a10_i2c_driver = {
 };
 module_i2c_driver(ov02a10_i2c_driver);
 
-MODULE_AUTHOR("Dongchun Zhu <dongchun.zhu@mediatek.com>");
+MODULE_AUTHOR("Dongchun Zhu");
 MODULE_DESCRIPTION("OmniVision OV02A10 sensor driver");
 MODULE_LICENSE("GPL v2");