On Sat, Sep 3, 2016 at 5:49 AM, Edward O'Callaghan <funfunc...@folklore1984.net> wrote: > Signed-off-by: Edward O'Callaghan <funfunc...@folklore1984.net> > --- > drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c > b/drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c > index 56d6763..8a26d5a 100644 > --- a/drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c > +++ b/drivers/gpu/drm/amd/amdkfd/kfd_dbgmgr.c > @@ -58,6 +58,7 @@ void kfd_dbgmgr_destroy(struct kfd_dbgmgr *pmgr) > if (pmgr != NULL) { > kfd_dbgmgr_uninitialize(pmgr); > kfree(pmgr); > + pmgr = NULL; pmgr is passed as argument to function. There is no point of setting it to NULL.
Oded > } > } > > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx