Changeset cc9ac7c in mainline


Ignore:
Timestamp:
2017-09-30T11:28:47Z (7 years ago)
Author:
jenda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6b0dba
Parents:
548c123
Message:

not casting NULL makes gcc complain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/trb_ring.c

    r548c123 rcc9ac7c  
    173173        trb_segment_t * const saved_enqueue_segment = ring->enqueue_segment;
    174174        if (phys)
    175                 *phys = NULL;
     175                *phys = (uintptr_t)NULL;
    176176
    177177        /*
Note: See TracChangeset for help on using the changeset viewer.