Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62078
b: refs/heads/master
c: 076c0e4
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 06e8ca2 commit e4ba21f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8f794ab27dd3c6d9965ec5434775ead23d3d7a2
refs/heads/master: 076c0e4fd80a43f64710fe9aabdc4c463b7f8621
4 changes: 2 additions & 2 deletions trunk/sound/pci/ens1370.c
Original file line number Diff line number Diff line change
Expand Up @@ -1607,8 +1607,8 @@ struct es1371_quirk {
unsigned char rev; /* revision */
};

static int __devinit es1371_quirk_lookup(struct ensoniq *ensoniq,
struct es1371_quirk *list)
static int es1371_quirk_lookup(struct ensoniq *ensoniq,
struct es1371_quirk *list)
{
while (list->vid != (unsigned short)PCI_ANY_ID) {
if (ensoniq->pci->vendor == list->vid &&
Expand Down

0 comments on commit e4ba21f

Please sign in to comment.