On Thu, 2021-04-22 at 22:07 +0200, Stefan Wahren wrote: > Replace the custom set of return values with proper Linux error codes > for the following functions: > > vchiq_use_internal() > vchiq_release_internal() > vchiq_use_service_internal() > vchiq_release_service_internal() > > Now we can use the result directly as return value for vchiq_ioctl(). > > Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx> > --- Reviewed-by: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx> Thanks, Nicolas