aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-07 05:03:07 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-02-07 05:03:07 -0500
commit37e59f876bc710d67a30b660826a5e83e07101ce (patch)
treeb0b05e22400a3e0b7d3204aca39d1429d66d690f /drivers/media/i2c
parent4195086571d49e6ad63087621d397c4a9eddd152 (diff)
[media, edac] Change my email address
There are several left overs with my old email address. Remove their occurrences and add myself at CREDITS, to allow people to be able to reach me on my new addresses. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/mt9v011.c4
-rw-r--r--drivers/media/i2c/sr030pc30.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/i2c/mt9v011.c b/drivers/media/i2c/mt9v011.c
index f74698cf14c9..47e475319a24 100644
--- a/drivers/media/i2c/mt9v011.c
+++ b/drivers/media/i2c/mt9v011.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor 2 * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor
3 * 3 *
4 * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) 4 * Copyright (c) 2009 Mauro Carvalho Chehab
5 * This code is placed under the terms of the GNU General Public License v2 5 * This code is placed under the terms of the GNU General Public License v2
6 */ 6 */
7 7
@@ -16,7 +16,7 @@
16#include <media/mt9v011.h> 16#include <media/mt9v011.h>
17 17
18MODULE_DESCRIPTION("Micron mt9v011 sensor driver"); 18MODULE_DESCRIPTION("Micron mt9v011 sensor driver");
19MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); 19MODULE_AUTHOR("Mauro Carvalho Chehab");
20MODULE_LICENSE("GPL"); 20MODULE_LICENSE("GPL");
21 21
22static int debug; 22static int debug;
diff --git a/drivers/media/i2c/sr030pc30.c b/drivers/media/i2c/sr030pc30.c
index ae9432637fcb..118f8ee88465 100644
--- a/drivers/media/i2c/sr030pc30.c
+++ b/drivers/media/i2c/sr030pc30.c
@@ -8,7 +8,7 @@
8 * and HeungJun Kim <riverful.kim@samsung.com>. 8 * and HeungJun Kim <riverful.kim@samsung.com>.
9 * 9 *
10 * Based on mt9v011 Micron Digital Image Sensor driver 10 * Based on mt9v011 Micron Digital Image Sensor driver
11 * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) 11 * Copyright (c) 2009 Mauro Carvalho Chehab
12 * 12 *
13 * This program is free software; you can redistribute it and/or modify 13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by 14 * it under the terms of the GNU General Public License as published by