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 netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to