Re: [PATCH] Sound drivers pci_enable_device clean_up

2001-02-11 Thread Francois Romieu
[EMAIL PROTECTED] <[EMAIL PROTECTED]> écrit : [...] > diff -urN --exclude-from=/home/davej/.exclude linux/drivers/sound/es1370.c >linux-dj/drivers/sound/es1370.c > --- linux/drivers/sound/es1370.c Sat Feb 10 02:49:52 2001 > +++ linux-dj/drivers/sound/es1370.c Sat Feb 10 03:05:52 2001 > @@

[PATCH] Sound drivers pci_enable_device clean_up

2001-02-10 Thread davej
Hi guys, Here's a small fixup to your respective drivers to make pci_enable_device() calls happen before reading irq/resources. regards, Davej. -- | Dave Jones.http://www.suse.de/~davej | SuSE Labs diff -urN --exclude-from=/home/davej/.exclude linux/drivers/sound/es1370.c linux-d