if_ffec: fix some misleading indentation

This commit is contained in:
Mitchell Horne 2022-05-07 17:26:44 -03:00
parent 9718759043
commit b93985c11a

View File

@ -1428,7 +1428,7 @@ ffec_detach(device_t dev)
bus_dmamap_destroy(sc->rxdesc_tag, sc->rxdesc_map);
}
if (sc->rxdesc_tag != NULL)
bus_dma_tag_destroy(sc->rxdesc_tag);
bus_dma_tag_destroy(sc->rxdesc_tag);
/* Clean up TX DMA resources. */
for (idx = 0; idx < TX_DESC_COUNT; ++idx) {