Changeset 577 for GPL/trunk/lib32/irq.c


Ignore:
Timestamp:
Sep 18, 2013, 8:42:17 PM (12 years ago)
Author:
David Azarewicz
Message:

fix build scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/irq.c

    r551 r577  
    8383
    8484        if ( pSlot ) {
    85                 hRes = NULL;
     85                hRes = 0;
    8686                if (RMRequestIRQ(irq, (ulSharedFlag & SA_SHIRQ) != 0, &hRes) == FALSE) {
    8787                        rprintf(("RMRequestIRQ failed for irq %d", irq));
     
    129129                                        pSlot->irqNo = 0;
    130130                                        RMDeallocateIRQ(pSlot->hRes);
    131                                         pSlot->hRes = NULL;
     131                                        pSlot->hRes = 0;
    132132                                        // pSlot->fEOI = 0;
    133133                                }
Note: See TracChangeset for help on using the changeset viewer.