cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()

Michael Ellerman patch-notifications at ellerman.id.au
Wed Oct 5 13:36:28 AEDT 2016


On Fri, 2016-29-07 at 03:55:34 UTC, Andrew Donnellan wrote:
> Rewrite the cxl_guest_init_afu() loop in cxl_of_probe() to use
> for_each_child_of_node() rather than a hand-coded for loop.
> 
> Remove the useless of_node_put(afu_np) call after the loop, where it's
> guaranteed that afu_np == NULL.
> 
> Reported-by: SF Markus Elfring <elfring at users.sourceforge.net>
> Reported-by: Julia Lawall <julia.lawall at lip6.fr>
> Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> Reviewed-by: Frederic Barrat <fbarrat at linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/735840b44bcc998e2574faf63d1aaa

cheers


More information about the Linuxppc-dev mailing list