STM32 Ethernet: Fix a bad cut and paster error from recent changes

This commit is contained in:
Gregory Nutt 2016-06-16 12:35:57 -06:00
parent b39e53391d
commit 6c1678d1d9

View File

@ -2042,7 +2042,7 @@ static inline void stm32_interrupt_process(FAR struct stm32_ethmac_s *priv)
{
/* Just let the user know what happened */
nllninfoAbormal event(s): %08x\n", dmasr);
nllnerr("ERROR: Abormal event(s): %08x\n", dmasr);
/* Clear all pending abnormal events */
@ -2246,7 +2246,7 @@ static void stm32_txtimeout_expiry(int argc, uint32_t arg, ...)
{
FAR struct stm32_ethmac_s *priv = (FAR struct stm32_ethmac_s *)arg;
nllninfoTimeout!\n");
nllnerr("ERROR: Timeout!\n");
#ifdef CONFIG_NET_NOINTS
/* Disable further Ethernet interrupts. This will prevent some race