Changeset dd8ab1c in mainline for uspace/drv/char/ns8250/ns8250.c


Ignore:
Timestamp:
2017-12-10T21:08:11Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68e5406
Parents:
1afa94d
Message:

More str_error() additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ns8250/ns8250.c

    r1afa94d rdd8ab1c  
    4040#include <stdio.h>
    4141#include <errno.h>
     42#include <str_error.h>
    4243#include <stdbool.h>
    4344#include <fibril_synch.h>
     
    887888        if (rc != EOK) {
    888889                ddf_msg(LVL_ERROR, "Failed to enable the interrupt. Error code = "
    889                     "%d.", rc);
     890                    "%s.", str_error_name(rc));
    890891                goto fail;
    891892        }
Note: See TracChangeset for help on using the changeset viewer.