aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/mt9v011.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/mt9v011.c')
-rw-r--r--drivers/media/i2c/mt9v011.c4
1 files changed, 2 insertions, 2 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;