Alexey Kardashevskiy [a...@ozlabs.ru] wrote: | | | No, you do not try reading "ibm,chip-id" if there is no "xscom@" | under /proc/device-tree, there is "continue": | | + if (strncmp(xscom_prefix, ent->d_name, strlen(xscom_prefix))) { | + continue; | + } |
Ah, yes, Thanks, Sukadev.