commit | e5264c433c8094d1723a011e1749bafcdac61beb | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Fri Aug 17 10:24:06 2018 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Sep 19 14:24:05 2018 -0700 |
tree | cdbb44bcde7003511bf0109b74fd418fec4383df | |
parent | e884818cc0edb9bd128de95e7ca6b569f4667c0f [diff] |
gpu: do not double put device node in zx_drm_probe for_each_available_child_of_node will get and put the node properly, the following of_node_put will lead to the double put. So just remove it. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/1534472646-10368-1-git-send-email-zhongjiang@huawei.com