Commit 4a7c00cd94d4ca7061c481fe823a256e37436044
Committed by
Samuel Ortiz
1 parent
ed13941643
Exists in
master
and in
7 other branches
mfd: Update twl4030-code maintainer e-mail address
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
drivers/mfd/twl4030-codec.c
1 | 1 | /* |
2 | 2 | * MFD driver for twl4030 codec submodule |
3 | 3 | * |
4 | - * Author: Peter Ujfalusi <peter.ujfalusi@nokia.com> | |
4 | + * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> | |
5 | 5 | * |
6 | 6 | * Copyright: (C) 2009 Nokia Corporation |
7 | 7 | * |
... | ... | @@ -272,6 +272,6 @@ |
272 | 272 | } |
273 | 273 | module_exit(twl4030_codec_exit); |
274 | 274 | |
275 | -MODULE_AUTHOR("Peter Ujfalusi <peter.ujfalusi@nokia.com>"); | |
275 | +MODULE_AUTHOR("Peter Ujfalusi <peter.ujfalusi@ti.com>"); | |
276 | 276 | MODULE_LICENSE("GPL"); |