Re: Proper pci_enable_device() error handling in resume routine

2006-08-21 Thread Valerie Henson
On Mon, Aug 21, 2006 at 11:12:03AM -0700, Auke Kok wrote: > Valerie Henson wrote: > >I'm trying to properly handle pci_enable_device() errors in the resume > >routines of a couple of tulip drivers. I noticed that several drivers > >pay attention to errors from pci_enable_device() in the init routi

Re: Proper pci_enable_device() error handling in resume routine

2006-08-21 Thread Auke Kok
Valerie Henson wrote: I'm trying to properly handle pci_enable_device() errors in the resume routines of a couple of tulip drivers. I noticed that several drivers pay attention to errors from pci_enable_device() in the init routine but ignore it on resume; other drivers vary wildly. What's prop

Proper pci_enable_device() error handling in resume routine

2006-08-19 Thread Valerie Henson
Hello, I'm trying to properly handle pci_enable_device() errors in the resume routines of a couple of tulip drivers. I noticed that several drivers pay attention to errors from pci_enable_device() in the init routine but ignore it on resume; other drivers vary wildly. What's proper behavior when