diff options
author | Dave Jones <davej@redhat.com> | 2006-08-07 12:18:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:31 -0400 |
commit | 0e367a15ed08710098e2ff59aa25cec723c0a9d4 (patch) | |
tree | 23eef4fc0ea1a2943713524310fecfd122debdc4 /drivers/media/dvb/ttpci/budget.c | |
parent | ef76856d26087f897e163b9fd8b2f7bd0cd54fc7 (diff) |
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.c | 2 |
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[] = { | |||
545 | MODULE_DEVICE_TABLE(pci, pci_tbl); | 545 | MODULE_DEVICE_TABLE(pci, pci_tbl); |
546 | 546 | ||
547 | static struct saa7146_extension budget_extension = { | 547 | static struct saa7146_extension budget_extension = { |
548 | .name = "budget dvb\0", | 548 | .name = "budget dvb", |
549 | .flags = SAA7146_I2C_SHORT_DELAY, | 549 | .flags = SAA7146_I2C_SHORT_DELAY, |
550 | 550 | ||
551 | .module = THIS_MODULE, | 551 | .module = THIS_MODULE, |