[EMAIL PROTECTED] wrote:
diff -puN drivers/net/sis900.c~sis900-warning-fixes drivers/net/sis900.c --- a/drivers/net/sis900.c~sis900-warning-fixes +++ a/drivers/net/sis900.c @@ -1430,7 +1430,7 @@ static void sis900_auto_negotiate(struct int i = 0; u32 status;- while (i++ < 2)+ for (i = 0; i < 2; i++) status = mdio_read(net_dev, phy_addr, MII_STATUS);if (!(status & MII_STAT_LINK)){
applied, though, you missed killing a redundant initialization - 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
