mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
parent
e5272b65a1
commit
41d0c89a52
@ -1941,11 +1941,8 @@ int Libc::Vfs_plugin::ioctl(File_descriptor *fd, unsigned long request, char *ar
|
||||
break;
|
||||
}
|
||||
|
||||
if (result.handled) {
|
||||
if (result.error)
|
||||
error("XXXXX error=", result.error, " request=", Hex(request), "/", (request==SNDCTL_DSP_RESET?"":"!"), "SNDCTL_DSP_RESET");
|
||||
if (result.handled)
|
||||
return result.error ? Errno(result.error) : 0;
|
||||
}
|
||||
|
||||
return _legacy_ioctl(fd, request, argp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user