drm: Fix type confusion in writeback_state
wl_array_for_each() returns a pointer to each storage location; as we're
storing a pointer to drm_fb, this means that we have a drm_fb **, not a
drm_fb *.
Signed-off-by: Daniel Stone <daniels@collabora.com>
parent
82dbb606
Loading
Loading
Pipeline
#847690
passed
with stages
in
3 minutes and 52 seconds
Loading
Please register or sign in to comment