| Submitter | Philippe Rétornaz |
|---|---|
| Date | Jan. 20, 2012, 5:58 p.m. |
| Message ID | <1327082304-11398-2-git-send-email-philippe.retornaz@epfl.ch> |
| Download | mbox | patch |
| Permalink | /patch/137062/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index 9326915..f695a31 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c @@ -591,7 +591,7 @@ static void __init mx31moboard_reserve(void) } MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") - /* Maintainer: Valentin Longchamp, EPFL Mobots group */ + /* Maintainer: Philippe Retornaz, EPFL Mobots group */ .atag_offset = 0x100, .reserve = mx31moboard_reserve, .map_io = mx31_map_io,
Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch> --- arch/arm/mach-imx/mach-mx31moboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)