Changeset ef9460b in mainline for uspace/lib/drv/generic/driver.c
- Timestamp:
- 2011-07-14T21:55:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 333c233
- Parents:
- 159100a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
r159100a ref9460b 620 620 return ENOMEM; 621 621 622 match_id->id = match_id_str;622 match_id->id = str_dup(match_id_str); 623 623 match_id->score = 90; 624 624
Note:
See TracChangeset
for help on using the changeset viewer.