From 902deabf621e5b01430c6bde3464e179a030232f Mon Sep 17 00:00:00 2001 From: Vasilito Date: Thu, 7 May 2026 20:54:04 +0100 Subject: [PATCH] fix: clean linux-kpi DRM shim warnings Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../recipes/drivers/linux-kpi/source/src/rust_impl/drm_shim.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local/recipes/drivers/linux-kpi/source/src/rust_impl/drm_shim.rs b/local/recipes/drivers/linux-kpi/source/src/rust_impl/drm_shim.rs index df78d10b4..c6486cb91 100644 --- a/local/recipes/drivers/linux-kpi/source/src/rust_impl/drm_shim.rs +++ b/local/recipes/drivers/linux-kpi/source/src/rust_impl/drm_shim.rs @@ -109,8 +109,9 @@ pub extern "C" fn drm_gem_object_release(obj: *mut u8) { }); } log::debug!( - "drm_gem_object_release: obj={:#x} handles_dropped={}", + "drm_gem_object_release: obj={:#x} size={} handles_dropped={}", key, + state.size, state.handles.len() ); }