diff options
-rw-r--r-- | sound/pci/ens1370.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c index 7c403965153b..21cb4268a59b 100644 --- a/sound/pci/ens1370.c +++ b/sound/pci/ens1370.c | |||
@@ -1607,8 +1607,8 @@ struct es1371_quirk { | |||
1607 | unsigned char rev; /* revision */ | 1607 | unsigned char rev; /* revision */ |
1608 | }; | 1608 | }; |
1609 | 1609 | ||
1610 | static int __devinit es1371_quirk_lookup(struct ensoniq *ensoniq, | 1610 | static int es1371_quirk_lookup(struct ensoniq *ensoniq, |
1611 | struct es1371_quirk *list) | 1611 | struct es1371_quirk *list) |
1612 | { | 1612 | { |
1613 | while (list->vid != (unsigned short)PCI_ANY_ID) { | 1613 | while (list->vid != (unsigned short)PCI_ANY_ID) { |
1614 | if (ensoniq->pci->vendor == list->vid && | 1614 | if (ensoniq->pci->vendor == list->vid && |