Re: PATCH: es1370 move pci_enable_device

2001-05-02 Thread Marcus Meissner
On Wed, May 02, 2001 at 09:44:21AM +0200, Marcus Meissner wrote: > Hi, > > This moves pci_enable_device to the correct position in es1370 and > cleans up the return values in es1370_probe > > Ciao, Marcus > + if ((!pci_resource_flags(pcidev, 0) & IORESOURCE_IO) || Slightly bad placed brace

PATCH: es1370 move pci_enable_device

2001-05-02 Thread Marcus Meissner
Hi, This moves pci_enable_device to the correct position in es1370 and cleans up the return values in es1370_probe. Ciao, Marcus Index: drivers/sound/es1370.c === RCS file: /build/mm/work/repository/linux-mm/drivers/sound/es1370.c,