✓ CI.checkpatch: success for drm/xe/migrate: Fix inappropriate error printing in xe_migrate_sanity_test()
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 28 18:34:12 UTC 2024
== Series Details ==
Series: drm/xe/migrate: Fix inappropriate error printing in xe_migrate_sanity_test()
URL : https://patchwork.freedesktop.org/series/140593/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 232c55cfc8f696cf8e48c91c25cfd74168eaf45f
Author: Wang Hai <wanghai38 at huawei.com>
Date: Fri Oct 25 17:13:10 2024 +0800
drm/xe/migrate: Fix inappropriate error printing in xe_migrate_sanity_test()
When creating pin map for tiny fails, the PTR_ERR(pt) is printed instead
of PTR_ERR(tiny), which makes it impossible to accurately get the true
cause of the error.
Print PTR_ERR(tiny) after creating pin map for tiny fails.
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Wang Hai <wanghai38 at huawei.com>
+ /mt/dim checkpatch f21e568eed1e2d11e338b440ac2dd1c33fb9e7b1 drm-intel
232c55cfc8f6 drm/xe/migrate: Fix inappropriate error printing in xe_migrate_sanity_test()
More information about the Intel-xe
mailing list