mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-05 07:39:57 +00:00
550.40.07
This commit is contained in:
@@ -244,6 +244,9 @@ NV_STATUS __uvm_push_begin_acquire_with_info(uvm_channel_manager_t *manager,
|
||||
status = push_begin_acquire_with_info(channel, tracker, push, filename, function, line, format, args);
|
||||
va_end(args);
|
||||
|
||||
if (status != NV_OK)
|
||||
uvm_channel_release(channel, 1);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
@@ -267,6 +270,9 @@ NV_STATUS __uvm_push_begin_acquire_on_channel_with_info(uvm_channel_t *channel,
|
||||
status = push_begin_acquire_with_info(channel, tracker, push, filename, function, line, format, args);
|
||||
va_end(args);
|
||||
|
||||
if (status != NV_OK)
|
||||
uvm_channel_release(channel, 1);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user