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-- 3.0 KB
Makefile -rw-r--r-- 759 bytes
array.c -rw-r--r-- 17.6 KB
base.c -rw-r--r-- 75.6 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 7.5 KB
fd.h -rw-r--r-- 491 bytes
generic.c -rw-r--r-- 13.4 KB
inode.c -rw-r--r-- 11.6 KB
internal.h -rw-r--r-- 7.9 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.4 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.1 KB
meminfo.c -rw-r--r-- 5.9 KB
namespaces.c -rw-r--r-- 4.0 KB
nommu.c -rw-r--r-- 3.2 KB
page.c -rw-r--r-- 5.5 KB
proc_net.c -rw-r--r-- 4.3 KB
proc_sysctl.c -rw-r--r-- 38.3 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.7 KB
self.c -rw-r--r-- 2.0 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.6 KB
task_mmu.c -rw-r--r-- 38.9 KB
task_nommu.c -rw-r--r-- 7.5 KB
thread_self.c -rw-r--r-- 2.3 KB
uptime.c -rw-r--r-- 1.2 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 29.8 KB

back to top