Changeset de19d4a in mainline for uspace/drv/fb/amdm37x_dispc/main.c


Ignore:
Timestamp:
2020-06-26T20:41:14Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aef48ce
Parents:
78445be8
Message:

Clean up vestiges of visualizer interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/amdm37x_dispc/main.c

    r78445be8 rde19d4a  
    9191        ddf_fun_t *fun = ddf_fun_create(dev, fun_exposed, "a");
    9292        if (!fun) {
    93                 ddf_log_error("Failed to create visualizer function.");
     93                ddf_log_error("Failed to create display device function.");
    9494                return ENOMEM;
    9595        }
     
    124124        rc = ddf_fun_add_to_category(fun, "display-device");
    125125        if (rc != EOK) {
    126                 ddf_log_error("Failed to add function: %s to visualizer "
     126                ddf_log_error("Failed to add function: %s to display device "
    127127                    "category.", str_error(rc));
    128128                amdm37x_dispc_fini(dispc);
Note: See TracChangeset for help on using the changeset viewer.