Minor coding style fixes in last commit; remove some unneeded debug output
This commit is contained in:
parent
098f1035fc
commit
0db7ac92d9
@ -1671,15 +1671,15 @@ static void stm32_receive(FAR struct stm32_ethmac_s *priv)
|
||||
{
|
||||
nlldbg("DROPPED: Too big: %d\n", dev->d_len);
|
||||
|
||||
/* free dropped packet buffer */
|
||||
/* Free dropped packet buffer */
|
||||
|
||||
if (dev->d_buf)
|
||||
{
|
||||
nllvdbg("! dev->d_buf not NULL, %p / %d\n",
|
||||
dev->d_buf, dev->d_len );
|
||||
stm32_freebuffer(priv, dev->d_buf);
|
||||
dev->d_buf = NULL;
|
||||
dev->d_len = 0;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user