Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df262002 authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Michael Ellerman
Browse files

powerpc/powermac: drop useless call to of_find_node_by_name



We are not using result, so this simply results in a leaked refcount.

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 2aaf0a19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2853,7 +2853,6 @@ set_initial_features(void)
		}

		/* Enable ATA-100 before PCI probe. */
		np = of_find_node_by_name(NULL, "ata-6");
		for_each_node_by_name(np, "ata-6") {
			if (np->parent
			    && of_device_is_compatible(np->parent, "uni-north")