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

Commit dc2e4258 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Paul Mackerras
Browse files

[POWERPC] Use for_each macros in arch/powerpc/platforms/powermac

parent 3329c0d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -585,8 +585,7 @@ static void __init kw_i2c_probe(void)
	struct device_node *np, *child, *parent;

	/* Probe keywest-i2c busses */
	for (np = NULL;
	     (np = of_find_compatible_node(np, "i2c","keywest-i2c")) != NULL;){
	for_each_compatible_node(np, "i2c","keywest-i2c") {
		struct pmac_i2c_host_kw *host;
		int multibus, chans, i;