mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 22:33:30 +00:00
plugins/amdgpu: remove excessive debug messages
These pr_info lines begin with "CC3" and "TWI" were not meant to be included in the patch. Co-authored-by: Andrei Vagin <avagin@google.com> Signed-off-by: David Francis <David.Francis@amd.com> Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
9e404e2083
commit
ff35a9126e
4 changed files with 8 additions and 29 deletions
|
|
@ -135,13 +135,9 @@ int handle_for_shared_bo_fd(int fd)
|
|||
if (trial_handle < 0)
|
||||
continue;
|
||||
|
||||
pr_info("TWI: Check device %d, got handle %d\n", df->fd, trial_handle);
|
||||
|
||||
list_for_each_entry(bo, &shared_bos, l) {
|
||||
if (bo->handle == trial_handle) {
|
||||
pr_info("TWI: And that handle exists\n");
|
||||
if (bo->handle == trial_handle)
|
||||
return trial_handle;
|
||||
}
|
||||
}
|
||||
|
||||
amdgpu_device_deinitialize(h_dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue