]> git.hungrycats.org Git - linux/commit
of: fix handling of '/' in options for of_find_node_by_path()
authorLeif Lindholm <leif.lindholm@linaro.org>
Fri, 6 Mar 2015 16:52:53 +0000 (16:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 12:59:46 +0000 (13:59 +0100)
commit8b78939bb04654d3b02ffb66d6b9d2a223119663
tree2c167321638f6dd21a01106524bb2d7fcf1e9c17
parent0cb2cf302bcecea9ec645fdd1c40e81f9a274cde
of: fix handling of '/' in options for of_find_node_by_path()

commit 106937e8ccdcf0f4b95fbf0fe9abd42766cade33 upstream.

Ensure proper handling of paths with appended options (after ':'),
where those options may contain a '/'.

Fixes: 7914a7c5651a ("of: support passing console options with stdout-path")
Reported-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/of/base.c