Changes in uspace/drv/char/pc-lpt/pc-lpt.c [f2d88f3:bb97118] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/pc-lpt/pc-lpt.c
rf2d88f3 rbb97118 173 173 return EOK; 174 174 error: 175 if ( CAP_HANDLE_VALID(lpt->irq_handle))175 if (cap_handle_valid(lpt->irq_handle)) 176 176 async_irq_unsubscribe(lpt->irq_handle); 177 177 if (bound)
Note:
See TracChangeset
for help on using the changeset viewer.