netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Proper pci_enable_device() error handling in resume routine
@ 2006-08-20  5:29 Valerie Henson
  2006-08-21 18:12 ` Auke Kok
  0 siblings, 1 reply; 3+ messages in thread
From: Valerie Henson @ 2006-08-20  5:29 UTC (permalink / raw)
  To: netdev

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 resuming?  Extant examples:

0. Don't call pci_enable_device() at all (8139too)
1. Ignore the return value (eepro100, many others)
2. Check for failure and bail out, but return success (sungem)

-VAL

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-21 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-20  5:29 Proper pci_enable_device() error handling in resume routine Valerie Henson
2006-08-21 18:12 ` Auke Kok
2006-08-21 23:10   ` Valerie Henson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).