summaryrefslogtreecommitdiff
path: root/drivers/media/video/videobuf2-dma-contig.c
diff options
context:
space:
mode:
authorPawel Osciak <pawel@osciak.com>2011-03-13 18:23:32 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 07:55:05 (GMT)
commit950720840f392075b19d902e5ca7806a17a562cb (patch)
treef5871fae62d693354b1fa92ef2a35648392772ef /drivers/media/video/videobuf2-dma-contig.c
parentf0e3b646ccce66c9e878966227ce8415d3c11c2a (diff)
downloadlinux-fsl-qoriq-950720840f392075b19d902e5ca7806a17a562cb.tar.xz
[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/videobuf2-dma-contig.c')
-rw-r--r--drivers/media/video/videobuf2-dma-contig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media/video/videobuf2-dma-contig.c
index bb6a560..90495b7 100644
--- a/drivers/media/video/videobuf2-dma-contig.c
+++ b/drivers/media/video/videobuf2-dma-contig.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2010 Samsung Electronics
*
- * Author: Pawel Osciak <p.osciak@samsung.com>
+ * Author: Pawel Osciak <pawel@osciak.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -181,5 +181,5 @@ void vb2_dma_contig_cleanup_ctx(void *alloc_ctx)
EXPORT_SYMBOL_GPL(vb2_dma_contig_cleanup_ctx);
MODULE_DESCRIPTION("DMA-contig memory handling routines for videobuf2");
-MODULE_AUTHOR("Pawel Osciak");
+MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");
MODULE_LICENSE("GPL");