On Tue, Sep 18, 2018 at 05:19:09PM +0200, Daniel Vetter wrote:
On Mon, Aug 27, 2018 at 9:18 AM, Shawn Guo shawnguo@kernel.org wrote:
On Fri, Aug 17, 2018 at 10:24:06AM +0800, zhong jiang wrote:
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
Acked-by: Shawn Guo shawnguo@kernel.org
Shawn, I'm assuming you'll push this to drm-misc-next? You're the maintainer with commit rights after all.
Just pushed to drm-misc-next. Sorry for the delay.
Shawn