From e4ba21f22b965adb193ea0622e470427c1d97534 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 26 Jun 2007 11:43:52 +0200 Subject: [PATCH] --- yaml --- r: 62078 b: refs/heads/master c: 076c0e4fd80a43f64710fe9aabdc4c463b7f8621 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/ens1370.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f1e8a8ba7b41..cacf76de18df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8f794ab27dd3c6d9965ec5434775ead23d3d7a2 +refs/heads/master: 076c0e4fd80a43f64710fe9aabdc4c463b7f8621 diff --git a/trunk/sound/pci/ens1370.c b/trunk/sound/pci/ens1370.c index 7c403965153b..21cb4268a59b 100644 --- a/trunk/sound/pci/ens1370.c +++ b/trunk/sound/pci/ens1370.c @@ -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 &&