linux icon indicating copy to clipboard operation
linux copied to clipboard

drm/vc4: tests: Use the correct return type in vc4_mock_atomic_add_output()

Open mairacanal opened this issue 6 months ago • 0 comments

The function vc4_mock_atomic_add_output() should return a pointer, even during error treatment. Use the proper macros to create pointers from the error code.

mairacanal avatar Jun 27 '25 14:06 mairacanal