Changes in uspace/drv/block/ata_bd/main.c [eaf4e2fc:4f87a85a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ata_bd/main.c
reaf4e2fc r4f87a85a 134 134 135 135 rc = ata_ctrl_init(ctrl, &res); 136 if (rc == ENOENT)137 goto error;138 139 136 if (rc != EOK) { 140 137 ddf_msg(LVL_ERROR, "Failed initializing ATA controller.");
Note:
See TracChangeset
for help on using the changeset viewer.