Cosmetic changes from review of pull request

This commit is contained in:
Gregory Nutt 2015-07-31 06:28:29 -06:00
parent 8284e1cdc1
commit 3669292024
3 changed files with 5 additions and 3 deletions

2
arch

@ -1 +1 @@
Subproject commit 49469c3de808256b93b4fcfc5a88753c1d86c6f2
Subproject commit ccec1b1ab9fdc6c1a520e715ff4765772fb6ecf4

@ -1 +1 @@
Subproject commit c391d2d30f998560fe84d7a703de33c6ccf39bf1
Subproject commit 797bdb1d00c8deeb5c0108aeca589c14b38026ec

View File

@ -805,7 +805,9 @@ static void ftmac100_txdone(FAR struct ftmac100_driver_s *priv)
/* txdes owned by dma */
if (txdes->txdes0 & FTMAC100_TXDES0_TXDMA_OWN)
break;
{
break;
}
/* TODO: check for excessive and late collisions */