RE: [PATCH] fix for-loop in sn_hwperf_geoid_to_cnode()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-	for_each_node(cnode) {
+	for (cnode = 0; cnode < num_cnodes; cnode++) {

Do we really need to fix "for_each_node()" ... having a macro
named this way that doesn't actually loop over all nodes looks
like an invitation to get things wrong in the future.

-Tony
-
: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux