Changeset ad896eb in mainline for uspace/drv/nic/rtl8139/driver.c


Ignore:
Timestamp:
2018-05-13T18:29:06Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f134413
Parents:
11b285d
Message:

rtl8139: Fix unmapping of DMA memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r11b285d rad896eb  
    11441144
    11451145err_rx_alloc:
    1146         dmamem_unmap_anonymous(&rtl8139->tx_buff_virt);
     1146        dmamem_unmap_anonymous(rtl8139->tx_buff_virt);
    11471147err_tx_alloc:
    11481148        return rc;
Note: See TracChangeset for help on using the changeset viewer.