Changeset e90019d in mainline
- Timestamp:
- 2024-09-07T14:09:43Z (4 months ago)
- Branches:
- master
- Children:
- ca127f37
- Parents:
- aba2d04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/display.c
raba2d04 re90019d 215 215 } 216 216 217 /* 218 * Load device configuration entry. If the device 219 * is not currently connected (ENOENT), skip it. 220 */ 217 221 rc = ds_idevcfg_load(display, nidevcfg, &idevcfg); 218 if (rc != EOK )222 if (rc != EOK && rc != ENOENT) 219 223 goto error; 220 224
Note:
See TracChangeset
for help on using the changeset viewer.