aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7127.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r--drivers/media/video/saa7127.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c
index 798cfc7a7ef8..f127219a79d5 100644
--- a/drivers/media/video/saa7127.c
+++ b/drivers/media/video/saa7127.c
@@ -60,9 +60,7 @@ static int debug = 0;
60static int test_image = 0; 60static int test_image = 0;
61 61
62MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); 62MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver");
63MODULE_AUTHOR("Kevin Thayer <nufan_wfk@yahoo.com>"); 63MODULE_AUTHOR("Kevin Thayer, Chris Kennedy, Hans Verkuil");
64MODULE_AUTHOR("Chris Kennedy <c@groovy.org>");
65MODULE_AUTHOR("Hans Verkuil <hverkuil@xs4all.nl>");
66MODULE_LICENSE("GPL"); 64MODULE_LICENSE("GPL");
67module_param(debug, int, 0644); 65module_param(debug, int, 0644);
68module_param(test_image, int, 0644); 66module_param(test_image, int, 0644);