Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset 53a309e in mainline for uspace/drv/audio/sb16/main.c


Ignore:
Timestamp:
2017-10-08T20:42:50Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial
Children:
07cb0108
Parents:
d15797d
Message:

Must not explicitly close DDF-provided parent session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/main.c

    rd15797d r53a309e  
    186186        hw_res_list_parsed_init(&hw_res);
    187187        const int ret = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
    188         async_hangup(parent_sess);
    189188        if (ret != EOK) {
    190189                return ret;
     
    250249
    251250        bool enabled = hw_res_enable_interrupt(parent_sess);
    252         async_hangup(parent_sess);
    253251
    254252        return enabled ? EOK : EIO;
Note: See TracChangeset for help on using the changeset viewer.