mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-03 09:19:30 +08:00
CAM: Update due to API changes
This commit is contained in:
parent
09087dc3e8
commit
0bc8807943
@ -246,7 +246,7 @@ rtems_bsd_csio_callback(struct cam_periph *periph, union ccb *ccb)
|
||||
}
|
||||
|
||||
if (done) {
|
||||
ccb->csio.req->req_done(ccb->csio.req->done_arg, sc);
|
||||
rtems_blkdev_request_done(ccb->csio.req, sc);
|
||||
rtems_bsd_sim_set_state_and_notify(sim, BSD_SIM_IDLE);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user