commit | bc4755a4bd1845ef6e88ac8c62f12e05bb530256 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Thu May 26 08:41:48 2016 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Fri Jun 03 08:50:40 2016 +0300 |
tree | b1a51c12ade898832cbba91944f7f99b045ff44e | |
parent | 121b78e679ee3ffab780115e260b2775d0cc1f73 [diff] |
drm/amdkfd: destroy dbgmgr in notifier release amdkfd need to destroy the debug manager in case amdkfd's notifier function is called before the unbind function, because in that case, the unbind function will exit without destroying debug manager. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> CC: Stable <stable@vger.kernel.org>