Message ID | alpine.DEB.2.20.1801220831040.3079@hadrien (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- a/drivers/gpu/drm/zte/zx_drm_drv.c +++ b/drivers/gpu/drm/zte/zx_drm_drv.c @@ -163,7 +163,6 @@ static int zx_drm_probe(struct platform_ for_each_available_child_of_node(parent, child) { component_match_add(dev, &match, compare_of, child); - of_node_put(child); } return component_master_add_with_match(dev, &zx_drm_master_ops, match);