-
由 Steven Price 提交于
of_parse_phandle_with_args() requires the caller to call of_node_put() on the returned args->np pointer. Otherwise the reference count will remain incremented. However, in this case, since we don't actually use the returned pointer, we can simply pass in NULL. Fixes: aa4f886f ("firmware: arm_scmi: add basic driver infrastructure for SCMI") Signed-off-by: NSteven Price <steven.price@arm.com> Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
fa7fe29a