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-- 861 bytes
Makefile -rw-r--r-- 141 bytes
lapb_iface.c -rw-r--r-- 8.9 KB
lapb_in.c -rw-r--r-- 15.0 KB
lapb_out.c -rw-r--r-- 5.0 KB
lapb_subr.c -rw-r--r-- 7.7 KB
lapb_timer.c -rw-r--r-- 4.3 KB

back to top