![]() | |||||||||||||
Messages in this thread |
On Thu, Mar 30, 2006 at 06:02:08PM -0600, Linas Vepstas wrote: > - /* Prevent stats update while adapter is being reset */ > + /* Prevent stats update while adapter is being reset, > + * or if the pci connection is down. */ > if (adapter->link_speed == 0) > return; > + if (pdev->error_state && pdev->error_state != pci_channel_io_normal) > + return; Coding style is still wrong here :( (hint, use a tab...) thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-03-31 07:54 [from the cache] ©2003-2008 | |||||||||||||