Changeset bb97118 in mainline for uspace/drv/char
- Timestamp:
- 2019-02-06T13:25:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb13ef8
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-02 13:29:26)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-06 13:25:12)
- Location:
- uspace/drv/char
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/msim-con/msim-con.c
rd066259 rbb97118 156 156 return EOK; 157 157 error: 158 if ( CAP_HANDLE_VALID(con->irq_handle))158 if (cap_handle_valid(con->irq_handle)) 159 159 async_irq_unsubscribe(con->irq_handle); 160 160 if (bound) -
uspace/drv/char/pc-lpt/pc-lpt.c
rd066259 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.