summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/trident/trident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/trident/trident.c b/sound/pci/trident/trident.c
index cedf13b64803..2f18b1cdc2cd 100644
--- a/sound/pci/trident/trident.c
+++ b/sound/pci/trident/trident.c
@@ -123,7 +123,7 @@ static int snd_trident_probe(struct pci_dev *pci,
123 } else { 123 } else {
124 strcpy(card->shortname, "Trident "); 124 strcpy(card->shortname, "Trident ");
125 } 125 }
126 strcat(card->shortname, card->driver); 126 strcat(card->shortname, str);
127 sprintf(card->longname, "%s PCI Audio at 0x%lx, irq %d", 127 sprintf(card->longname, "%s PCI Audio at 0x%lx, irq %d",
128 card->shortname, trident->port, trident->irq); 128 card->shortname, trident->port, trident->irq);
129 129