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 <[email protected]> Fixes: c707033 ("drm/tests/drm_buddy: add alloc_range_bias test") Signed-off-by: Matthew Auld <[email protected]> Cc: Arunpravin Paneer Selvam <[email protected]> Cc: Christian König <[email protected]> Reviewed-by: Arunpravin Paneer Selvam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 317f86d commit 4ece8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)