Changeset 5a6cc679 in mainline for uspace/drv/fb/amdm37x_dispc/main.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/drv/fb/amdm37x_dispc/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/main.c
r132ab5d1 r5a6cc679 54 54 } 55 55 56 static int amdm37x_dispc_dev_add(ddf_dev_t *dev)56 static errno_t amdm37x_dispc_dev_add(ddf_dev_t *dev) 57 57 { 58 58 assert(dev); … … 84 84 } 85 85 86 int ret = amdm37x_dispc_init(dispc, vis);86 errno_t ret = amdm37x_dispc_init(dispc, vis); 87 87 if (ret != EOK) { 88 88 ddf_log_error("Failed to init dispc: %s\n", str_error(ret));
Note:
See TracChangeset
for help on using the changeset viewer.
