| Submitter | Giuseppe CAVALLARO |
|---|---|
| Date | Feb. 7, 2013, 6:47 a.m. |
| Message ID | <1360219672-27980-1-git-send-email-peppe.cavallaro@st.com> |
| Download | mbox | patch |
| Permalink | /patch/218826/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Giuseppe CAVALLARO <peppe.cavallaro@st.com> Date: Thu, 7 Feb 2013 07:47:51 +0100 > This patch fixes the name of the macro used for > debugging the transmit process. I used STMMAC_TX_DEBUG > instead of STMMAC_XMIT_DEBUG. > > Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index f07c061..b75f4b2 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c @@ -69,7 +69,7 @@ #undef STMMAC_XMIT_DEBUG /*#define STMMAC_XMIT_DEBUG*/ -#ifdef STMMAC_TX_DEBUG +#ifdef STMMAC_XMIT_DEBUG #define TX_DBG(fmt, args...) printk(fmt, ## args) #else #define TX_DBG(fmt, args...) do { } while (0)
This patch fixes the name of the macro used for debugging the transmit process. I used STMMAC_TX_DEBUG instead of STMMAC_XMIT_DEBUG. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)