Changeset 577 for GPL/trunk/lib32/irq.c
- Timestamp:
- Sep 18, 2013, 8:42:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/irq.c
r551 r577 83 83 84 84 if ( pSlot ) { 85 hRes = NULL;85 hRes = 0; 86 86 if (RMRequestIRQ(irq, (ulSharedFlag & SA_SHIRQ) != 0, &hRes) == FALSE) { 87 87 rprintf(("RMRequestIRQ failed for irq %d", irq)); … … 129 129 pSlot->irqNo = 0; 130 130 RMDeallocateIRQ(pSlot->hRes); 131 pSlot->hRes = NULL;131 pSlot->hRes = 0; 132 132 // pSlot->fEOI = 0; 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.