Changeset ea6840d in mainline


Ignore:
Timestamp:
2018-06-25T05:58:42Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
417aaafb
Parents:
8b3cb67
Message:

Use a macro to print the MAC address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/virtio-net/virtio-net.c

    r8b3cb67 rea6840d  
    388388                goto fail;
    389389
    390         ddf_msg(LVL_NOTE, "MAC address: " PRIMAC,
    391             nic_addr.address[0], nic_addr.address[1], nic_addr.address[2],
    392             nic_addr.address[3], nic_addr.address[4], nic_addr.address[5]);
     390        ddf_msg(LVL_NOTE, "MAC address: " PRIMAC, ARGSMAC(nic_addr.address));
    393391
    394392        /*
Note: See TracChangeset for help on using the changeset viewer.