Skip to content

Commit

Permalink
new arg for conversion_buf_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Redecorating committed Jan 15, 2024
1 parent 9f4c064 commit fdcdd1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ index 474bb7a1c..dff7fabd9 100644
+ };
+
+ dst_size = conversion_buf_size(DRM_FORMAT_BGR888, result->dst_pitch,
+ &params->clip);
+ &params->clip, 0);
+ KUNIT_ASSERT_GT(test, dst_size, 0);
+
+ buf = kunit_kzalloc(test, dst_size, GFP_KERNEL);
Expand Down

0 comments on commit fdcdd1d

Please sign in to comment.