diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index b65f4b0a481f..9746d2bb916f 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -1022,7 +1022,7 @@ static struct pci_device_id pci_tbl[] = { | |||
1022 | MODULE_DEVICE_TABLE(pci, pci_tbl); | 1022 | MODULE_DEVICE_TABLE(pci, pci_tbl); |
1023 | 1023 | ||
1024 | static struct saa7146_extension budget_extension = { | 1024 | static struct saa7146_extension budget_extension = { |
1025 | .name = "budget dvb /w video in\0", | 1025 | .name = "budget_av", |
1026 | .pci_tbl = pci_tbl, | 1026 | .pci_tbl = pci_tbl, |
1027 | 1027 | ||
1028 | .module = THIS_MODULE, | 1028 | .module = THIS_MODULE, |