Changeset dd8ab1c in mainline for uspace/drv/char/ns8250/ns8250.c
- Timestamp:
- 2017-12-10T21:08:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68e5406
- Parents:
- 1afa94d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ns8250/ns8250.c
r1afa94d rdd8ab1c 40 40 #include <stdio.h> 41 41 #include <errno.h> 42 #include <str_error.h> 42 43 #include <stdbool.h> 43 44 #include <fibril_synch.h> … … 887 888 if (rc != EOK) { 888 889 ddf_msg(LVL_ERROR, "Failed to enable the interrupt. Error code = " 889 "% d.", rc);890 "%s.", str_error_name(rc)); 890 891 goto fail; 891 892 }
Note:
See TracChangeset
for help on using the changeset viewer.