Re: [PATCH v3 1/7] drm/vc4: kms: Switch to drmm_add_action_or_reset

2020-11-19 Thread Thomas Zimmermann
Am 05.11.20 um 14:56 schrieb Maxime Ripard: Even though it was pointed in the review by Daniel, and I thought to have fixed it while applying the patches, but it turns out I forgot to commit the fixes in the process. Properly fix it this time. Fixes: dcda7c28bff2 ("drm/vc4: kms: Add functions

[PATCH v3 1/7] drm/vc4: kms: Switch to drmm_add_action_or_reset

2020-11-06 Thread Maxime Ripard
Even though it was pointed in the review by Daniel, and I thought to have fixed it while applying the patches, but it turns out I forgot to commit the fixes in the process. Properly fix it this time. Fixes: dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects") Signed-off-by: Max