summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-patch.c
diff options
context:
space:
mode:
authorDave Jones2006-08-07 18:18:56 +0200
committerMauro Carvalho Chehab2006-09-26 17:30:31 +0200
commit0e367a15ed08710098e2ff59aa25cec723c0a9d4 (patch)
tree23eef4fc0ea1a2943713524310fecfd122debdc4 /drivers/media/dvb/ttpci/budget-patch.c
parentV4L/DVB (4479): LNB voltage control was inverted for the benefit of geniatech... (diff)
downloadkernel-qcow2-linux-0e367a15ed08710098e2ff59aa25cec723c0a9d4.tar.gz
kernel-qcow2-linux-0e367a15ed08710098e2ff59aa25cec723c0a9d4.tar.xz
kernel-qcow2-linux-0e367a15ed08710098e2ff59aa25cec723c0a9d4.zip
V4L/DVB (4480): Remove null chars from dvb names
DVB null terminates its device names, which seems odd, and should be unnecessary. Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-patch.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-patch.c b/drivers/media/dvb/ttpci/budget-patch.c
index d043e1f50d92..fc1267b8c892 100644
--- a/drivers/media/dvb/ttpci/budget-patch.c
+++ b/drivers/media/dvb/ttpci/budget-patch.c
@@ -648,7 +648,7 @@ static void __exit budget_patch_exit(void)
}
static struct saa7146_extension budget_extension = {
- .name = "budget_patch dvb\0",
+ .name = "budget_patch dvb",
.flags = 0,
.module = THIS_MODULE,