diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-04 14:34:05 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-04 14:34:05 -0200 |
commit | 9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9 (patch) | |
tree | fe5e5862edd3f6eb5ff5fda0c6cb86167a0d138f /linux/drivers/media/video/mt20xx.c | |
parent | 87a688a17ae8f82d48dd8833ed0eb29ecba1183c (diff) | |
parent | 74bd6ae05b7e17bfc384b7658e4a4980f6f6c3fb (diff) | |
download | mediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.gz mediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/mt20xx.c')
-rw-r--r-- | linux/drivers/media/video/mt20xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/mt20xx.c b/linux/drivers/media/video/mt20xx.c index 5c6d05b07..d1789d109 100644 --- a/linux/drivers/media/video/mt20xx.c +++ b/linux/drivers/media/video/mt20xx.c @@ -18,7 +18,7 @@ static int debug = 0; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "enable verbose debug messages"); -#define PREFIX "mt20xx " +#define PREFIX "mt20xx" /* ---------------------------------------------------------------------- */ |