2014-09-09 19:07 GMT+08:00 Guodong Xu <[email protected]>: > mc13xxx_parse_regulators_dt() goes through dt tree to search for regulator > sub-nodes. For each matched node, later on it will be used and registered > into a regulator_dev. > > of_node_get() should be called to increase its refcount.
I think it's done by regulator core: commit 63c7c9e16c8e92cc069854f2babdf82d2d38e4c7 regulator: core: Get and put regulator of_node Regards, Axel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

