aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-08-07 13:18:56 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 12:30:31 -0300
commit0e367a15ed08710098e2ff59aa25cec723c0a9d4 (patch)
tree23eef4fc0ea1a2943713524310fecfd122debdc4 /drivers/media/dvb/ttpci/budget.c
parentV4L/DVB (4479): LNB voltage control was inverted for the benefit of geniatech cards on Kworld (diff)
downloadlinux-dev-0e367a15ed08710098e2ff59aa25cec723c0a9d4.tar.xz
linux-dev-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.c')
-rw-r--r--drivers/media/dvb/ttpci/budget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c
index 886eb6a277c7..e58f0391e9d1 100644
--- a/drivers/media/dvb/ttpci/budget.c
+++ b/drivers/media/dvb/ttpci/budget.c
@@ -545,7 +545,7 @@ static struct pci_device_id pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pci_tbl);
static struct saa7146_extension budget_extension = {
- .name = "budget dvb\0",
+ .name = "budget dvb",
.flags = SAA7146_I2C_SHORT_DELAY,
.module = THIS_MODULE,