提交 2d2bccef 编写于 作者: R Rob Clark

drm/msm: free kstrdup'd cmdline

Fixes: 18bb8a6c 'drm/msm: show task cmdline in gpu recovery messages'
Signed-off-by: NRob Clark <robdclark@gmail.com>
上级 e6756d7c
......@@ -294,6 +294,8 @@ static void recover_worker(struct work_struct *work)
msm_rd_dump_submit(priv->hangrd, submit,
"offending task: %s (%s)", task->comm, cmd);
kfree(cmd);
} else {
msm_rd_dump_submit(priv->hangrd, submit, NULL);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册