[EMAIL PROTECTED] <[EMAIL PROTECTED]> :
[...]
> @@ -1127,7 +1125,7 @@
>                       lp->stats.rx_dropped+=SMC_GET_RX_DROP();
>                }
>               /* Undocumented interrupt-what is the right thing to do here? */
> -             if (status & INT_STS_RXDF_INT_) {
> +             if (IS_REV_A(lp->revision) && status & INT_STS_RXDF_INT_) {

Extra parenthesis please.

-- 
Ueimor
-
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