media: ov02a10, dw9768: Remove Dongchung's e-mail

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>
This commit is contained in:
Sakari Ailus
2026-03-16 23:34:39 +02:00
committed by Hans Verkuil
parent 64d712aa31
commit 91193e72ba
2 changed files with 2 additions and 2 deletions

View 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");

View 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");