Skip to content

Commit 4ece8fc

Browse files
matt-auldmripard
authored andcommitted
drm/tests/buddy: fix print format
This will report a build warning once we have: 806cb22 ("kunit: Annotate _MSG assertion variants with gnu printf specifiers"). Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: c707033 ("drm/tests/drm_buddy: add alloc_range_bias test") Signed-off-by: Matthew Auld <matthew.auld@intel.com> Cc: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com> Cc: Christian König <christian.koenig@amd.com> Reviewed-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com> Link: https://lore.kernel.org/r/20240229095225.242795-2-matthew.auld@intel.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
1 parent 317f86d commit 4ece8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/tests/drm_buddy_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ static void drm_test_buddy_alloc_range_bias(struct kunit *test)
189189
&allocated,
190190
DRM_BUDDY_RANGE_ALLOCATION),
191191
"buddy_alloc failed with bias(%x-%x), size=%u, ps=%u\n",
192-
bias_start, bias_end, size);
192+
bias_start, bias_end, size, ps);
193193
bias_rem -= size;
194194

195195
/*

0 commit comments

Comments
 (0)