diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-08-30 11:13:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-08-30 11:13:25 -0300 |
commit | 3480f0f25f38352a5357c25c8a0c8a93246e7542 (patch) | |
tree | d162f94a469a92fc8cd8a1df0a3146a3aab52797 /linux/drivers/media/video/cs5345.c | |
parent | 7804585be37d9aa982df2d476a795cbe459dae4a (diff) | |
download | mediapointer-dvb-s2-3480f0f25f38352a5357c25c8a0c8a93246e7542.tar.gz mediapointer-dvb-s2-3480f0f25f38352a5357c25c8a0c8a93246e7542.tar.bz2 |
Backport some other minor changes from kernel
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cs5345.c')
-rw-r--r-- | linux/drivers/media/video/cs5345.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cs5345.c b/linux/drivers/media/video/cs5345.c index e4c505d2f..decbc5f1f 100644 --- a/linux/drivers/media/video/cs5345.c +++ b/linux/drivers/media/video/cs5345.c @@ -36,7 +36,7 @@ static int debug; module_param(debug, bool, 0644); -MODULE_PARM_DESC(debug, "Debugging messages\n\t\t\t0=Off (default), 1=On"); +MODULE_PARM_DESC(debug, "Debugging messages, 0=Off (default), 1=On"); #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22) static unsigned short normal_i2c[] = { 0x98 >> 1, I2C_CLIENT_END }; |