Revision 5ca1b0dd016701f67994414a2af50dec6efcf103 authored by Brian Norris on 17 March 2015, 19:30:32 UTC, committed by Rob Herring on 19 March 2015, 13:39:44 UTC
There were regressions seen with commit 106937e8ccdc ("of: fix handling
of '/' in options for of_find_node_by_path()"), where we couldn't handle
extra '/' before the ':'. Let's test for this now.

Confirmed that this test fails without the previous patch and passes
when patched. All other tests pass.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d7c1460
History
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 251 bytes
ftrace.c -rw-r--r-- 3.0 KB
inode.c -rw-r--r-- 10.8 KB
internal.h -rw-r--r-- 1.4 KB
platform.c -rw-r--r-- 12.6 KB
pmsg.c -rw-r--r-- 2.5 KB
ram.c -rw-r--r-- 16.6 KB
ram_core.c -rw-r--r-- 13.0 KB

back to top