Changes in uspace/drv/char/pc-lpt/pc-lpt.c [bb97118:f2d88f3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/pc-lpt/pc-lpt.c
rbb97118 rf2d88f3 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.