IDE interrupt based driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m36s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m36s
This commit is contained in:
@@ -336,7 +336,7 @@ DEFINE_SYSCALL (sys_device_do) {
|
||||
return SYSRESULT (-ST_NOT_FOUND);
|
||||
}
|
||||
|
||||
int ret = device_op (device, cmd, proc, rctx, ka1, ka2, ka3, ka4);
|
||||
int ret = device_op (device, cmd, proc, rctx, &fd, ka1, ka2, ka3, ka4);
|
||||
|
||||
spin_unlock (&device->lock, fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user