Changeset e0d8b740 in mainline for uspace/drv/bus/usb/uhci/res.c


Ignore:
Timestamp:
2013-08-07T08:26:40Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6340a6ff
Parents:
cce3228
Message:

uhci: remove some more error handling macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/res.c

    rcce3228 re0d8b740  
    6464        hw_res_list_parsed_t hw_res;
    6565        hw_res_list_parsed_init(&hw_res);
    66         const int ret =  hw_res_get_list_parsed(parent_sess, &hw_res, 0);
     66        const int ret = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
    6767        async_hangup(parent_sess);
    6868        if (ret != EOK) {
Note: See TracChangeset for help on using the changeset viewer.