[PATCH 1/7] phy: brcmstb-sata: add missing of_node_put
From: computersforpeace@gmail.com (Brian Norris)
Date: 2015-11-17 18:34:13
Also in:
kernel-janitors, lkml
From: computersforpeace@gmail.com (Brian Norris)
Date: 2015-11-17 18:34:13
Also in:
kernel-janitors, lkml
On Tue, Nov 17, 2015 at 10:30:36AM -0800, Brian Norris wrote:
I expect the same sort of problem shows up plenty of other places. I don't think many people use CONFIG_OF_DYNAMIC, so the effects of these failures probably aren't felt by many.
Also, there's a quite-relevant todo item in Documentation/devicetree/todo.txt: === CONFIG_OF_DYNAMIC === ... - Document node lifecycle for CONFIG_OF_DYNAMIC :) Brian