diff options
| author | David Gow <[email protected]> | 2023-11-28 07:24:07 +0000 |
|---|---|---|
| committer | Shuah Khan <[email protected]> | 2023-12-18 20:21:14 +0000 |
| commit | a08d4d6284393d44ef4e076288c31d04fc469a58 (patch) | |
| tree | fb4607a130b22be150bf64703cea7221156c5717 /lib/kunit/string-stream-test.c | |
| parent | drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() (diff) | |
| download | kernel-a08d4d6284393d44ef4e076288c31d04fc469a58.tar.gz kernel-a08d4d6284393d44ef4e076288c31d04fc469a58.zip | |
drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER
In order to pass functions to kunit_add_action(), they need to be of the
kunit_action_t type. While casting the function pointer can work, it
will break control-flow integrity.
vc4_mock already defines such a wrapper for drm_dev_unregister(), but it
involves less boilerplate to use the new macro, so replace the manual
implementation.
Signed-off-by: David Gow <[email protected]>
Reviewed-by: Maxime Ripard <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'lib/kunit/string-stream-test.c')
0 files changed, 0 insertions, 0 deletions
