Changeset 77 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Feb 22, 2011, 2:25:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r75 r77 224 224 spin_unlock(drv_lock); 225 225 226 complete_iorb(iorb);226 iorb_complete(iorb); 227 227 } 228 228 … … 371 371 spin_unlock(drv_lock); 372 372 373 iorb->Status = IORB_ERROR;374 complete_iorb(iorb);373 iorb->Status |= IORB_ERROR; 374 iorb_complete(iorb); 375 375 } 376 376
Note:
See TracChangeset
for help on using the changeset viewer.