Re: [PATCH] Fix typo in new EMAC driver.
From: Josh Boyer <hidden>
Date: 2007-10-02 17:49:26
On Tue, 2 Oct 2007 16:01:07 +0400 Valentine Barshak [off-list ref] wrote:
Fix an obvious typo in emac_xmit_finish. Signed-off-by: Valentine Barshak <redacted>
Looks fine to me. Jeff, do you want to take this through netdev for 2.6.24? josh
quoted hunk ↗ jump to hunk
--- drivers/net/ibm_newemac/core.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -ruNp linux-2.6.orig/drivers/net/ibm_newemac/core.c linux-2.6/drivers/net/ibm_newemac/core.c--- linux-2.6.orig/drivers/net/ibm_newemac/core.c 2007-10-01 17:23:35.000000000 +0400 +++ linux-2.6/drivers/net/ibm_newemac/core.c 2007-10-01 17:44:57.000000000 +0400@@ -1232,9 +1232,9 @@ static inline int emac_xmit_finish(struc * instead */ if (emac_has_feature(dev, EMAC_FTR_EMAC4)) - out_be32(&p->tmr0, EMAC_TMR0_XMIT); - else out_be32(&p->tmr0, EMAC4_TMR0_XMIT); + else + out_be32(&p->tmr0, EMAC_TMR0_XMIT); if (unlikely(++dev->tx_cnt == NUM_TX_BUFF)) { netif_stop_queue(ndev);_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev