On Thu, Apr 02, 2020 at 12:53:25PM +0300, Laurent Pinchart wrote:
> The example code showing how to use the managed resource API calls
> kfree() on the wrong pointer. Fix it.
>
> Fixes: d33b58d0115e ("drm: Garbage collect drm_dev_fini")
Actually goes back to the original doc patch adding these, s
The example code showing how to use the managed resource API calls
kfree() on the wrong pointer. Fix it.
Fixes: d33b58d0115e ("drm: Garbage collect drm_dev_fini")
Signed-off-by: Laurent Pinchart
---
drivers/gpu/drm/drm_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dri