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