Skip to content

Commit 217c445

Browse files
andredlag-linaro
authored andcommitted
mfd: sec: Add myself as module author
Add myself as module author, so people know whom to complain to about after the recent updates. Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 10008dc commit 217c445

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/mfd/sec-common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,6 @@ EXPORT_SYMBOL_GPL(sec_pmic_pm_ops);
296296
MODULE_AUTHOR("Chanwoo Choi <[email protected]>");
297297
MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
298298
MODULE_AUTHOR("Sangbeom Kim <[email protected]>");
299+
MODULE_AUTHOR("André Draszik <[email protected]>");
299300
MODULE_DESCRIPTION("Core driver for the Samsung S5M");
300301
MODULE_LICENSE("GPL");

drivers/mfd/sec-i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,6 @@ static struct i2c_driver sec_pmic_i2c_driver = {
234234
module_i2c_driver(sec_pmic_i2c_driver);
235235

236236
MODULE_AUTHOR("Sangbeom Kim <[email protected]>");
237+
MODULE_AUTHOR("André Draszik <[email protected]>");
237238
MODULE_DESCRIPTION("I2C driver for the Samsung S5M");
238239
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)