Home
last modified time | relevance | path

Searched hist:"0 fca5dea" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/of/
H A Dfdt.c0fca5dea Fri Nov 16 09:14:38 CST 2012 Catalin Marinas <catalin.marinas@arm.com> of/fdt: NULL-terminate the root node path

Commit 509b7455 (of/fdt: Don't copy garbage after "/" in root node path)
sets the path length to 0 to ignore any garbage after "/" in the root
node path. This has the side effect of also ignoring '\0' at the end of
the root node path. This patch sets the ignores the garbage by setting
the last character to '\0' and length to 1.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
0fca5dea Fri Nov 16 09:14:38 CST 2012 Catalin Marinas <catalin.marinas@arm.com> of/fdt: NULL-terminate the root node path

Commit 509b7455 (of/fdt: Don't copy garbage after "/" in root node path)
sets the path length to 0 to ignore any garbage after "/" in the root
node path. This has the side effect of also ignoring '\0' at the end of
the root node path. This patch sets the ignores the garbage by setting
the last character to '\0' and length to 1.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>