Changeset b27553c in mainline for uspace/drv/fb/kfb/port.c


Ignore:
Timestamp:
2021-03-18T20:25:44Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e9f7778
Parents:
7d83c54
Message:

Fix double fun destroy in kfb's port_init()

Caused assertion failure if no fb was present (BeagleBoard).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/kfb/port.c

    r7d83c54 rb27553c  
    450450
    451451        if (!present) {
    452                 ddf_fun_destroy(fun);
    453452                rc = ENOENT;
    454453                goto error;
Note: See TracChangeset for help on using the changeset viewer.