Changeset 7fff38c1 in mainline for uspace/drv/test/test1/test1.c


Ignore:
Timestamp:
2011-09-03T12:29:36Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b29bb09
Parents:
f278930
Message:

test2 removal support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/test/test1/test1.c

    rf278930 r7fff38c1  
    205205        rc = ddf_fun_unbind(fun);
    206206        if (rc != EOK) {
    207                 ddf_msg(LVL_ERROR, "Failed offlining function '%s'.", name);
     207                ddf_msg(LVL_ERROR, "Failed unbinding function '%s'.", name);
    208208                return rc;
    209209        }
Note: See TracChangeset for help on using the changeset viewer.