aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-mem2mem.c
diff options
context:
space:
mode:
authorPawel Osciak <pawel@osciak.com>2011-03-13 14:23:32 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 03:55:05 -0400
commit950720840f392075b19d902e5ca7806a17a562cb (patch)
treef5871fae62d693354b1fa92ef2a35648392772ef /drivers/media/video/v4l2-mem2mem.c
parentf0e3b646ccce66c9e878966227ce8415d3c11c2a (diff)
[media] Update Pawel Osciak's e-mail address
Signed-off-by: Pawel Osciak <pawel@osciak.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/v4l2-mem2mem.c')
-rw-r--r--drivers/media/video/v4l2-mem2mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/v4l2-mem2mem.c b/drivers/media/video/v4l2-mem2mem.c
index a78e5c9be1a2..3b15bf5892a8 100644
--- a/drivers/media/video/v4l2-mem2mem.c
+++ b/drivers/media/video/v4l2-mem2mem.c
@@ -5,7 +5,7 @@
5 * source and destination. 5 * source and destination.
6 * 6 *
7 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
8 * Pawel Osciak, <p.osciak@samsung.com> 8 * Pawel Osciak, <pawel@osciak.com>
9 * Marek Szyprowski, <m.szyprowski@samsung.com> 9 * Marek Szyprowski, <m.szyprowski@samsung.com>
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
21#include <media/v4l2-mem2mem.h> 21#include <media/v4l2-mem2mem.h>
22 22
23MODULE_DESCRIPTION("Mem to mem device framework for videobuf"); 23MODULE_DESCRIPTION("Mem to mem device framework for videobuf");
24MODULE_AUTHOR("Pawel Osciak, <p.osciak@samsung.com>"); 24MODULE_AUTHOR("Pawel Osciak, <pawel@osciak.com>");
25MODULE_LICENSE("GPL"); 25MODULE_LICENSE("GPL");
26 26
27static bool debug; 27static bool debug;