Changeset deac215e in mainline for uspace/drv/test
- Timestamp:
- 2011-09-03T13:37:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ff0bd2, a9abe5fc
- Parents:
- b29bb09
- Location:
- uspace/drv/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test/test1/test1.c
rb29bb09 rdeac215e 196 196 int rc; 197 197 198 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s') \n", fun, name);198 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name); 199 199 rc = ddf_fun_offline(fun); 200 200 if (rc != EOK) { -
uspace/drv/test/test2/test2.c
rb29bb09 rdeac215e 151 151 int rc; 152 152 153 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s') \n", fun, name);153 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name); 154 154 rc = ddf_fun_offline(fun); 155 155 if (rc != EOK) { -
uspace/drv/test/test3/test3.c
rb29bb09 rdeac215e 110 110 int rc; 111 111 112 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s') \n", fun, name);112 ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name); 113 113 rc = ddf_fun_offline(fun); 114 114 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.