[PATCH] drm/rockchip: Cleanup dangling devm pointers

2016-09-21 Thread Daniel Kurtz
On Wed, Sep 21, 2016 at 3:36 PM, Sean Paul wrote: > On Mon, Sep 19, 2016 at 7:14 AM, Daniel Kurtz wrote: >> Hi Sean, >> >> On Sat, Sep 17, 2016 at 2:22 AM, Sean Paul wrote: >>> >>> Instead of assigning device managed resources to local variables, >>> keep track of them in the vop struct. >> >> W

[PATCH] drm/rockchip: Cleanup dangling devm pointers

2016-09-21 Thread Sean Paul
On Mon, Sep 19, 2016 at 7:14 AM, Daniel Kurtz wrote: > Hi Sean, > > On Sat, Sep 17, 2016 at 2:22 AM, Sean Paul wrote: >> >> Instead of assigning device managed resources to local variables, >> keep track of them in the vop struct. > > Why this patch? > Is it fixing an issue? > Or, is it preparing

[PATCH] drm/rockchip: Cleanup dangling devm pointers

2016-09-19 Thread Daniel Kurtz
Hi Sean, On Sat, Sep 17, 2016 at 2:22 AM, Sean Paul wrote: > > Instead of assigning device managed resources to local variables, > keep track of them in the vop struct. Why this patch? Is it fixing an issue? Or, is it preparing for some future use of ahb_rst outside of vop_initial? I thought th

[PATCH] drm/rockchip: Cleanup dangling devm pointers

2016-09-16 Thread Sean Paul
Instead of assigning device managed resources to local variables, keep track of them in the vop struct. Signed-off-by: Sean Paul --- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_