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.6 KB
Makefile -rw-r--r-- 518 bytes
l2tp_core.c -rw-r--r-- 51.0 KB
l2tp_core.h -rw-r--r-- 9.8 KB
l2tp_debugfs.c -rw-r--r-- 9.1 KB
l2tp_eth.c -rw-r--r-- 8.4 KB
l2tp_ip.c -rw-r--r-- 15.8 KB
l2tp_ip6.c -rw-r--r-- 19.2 KB
l2tp_netlink.c -rw-r--r-- 24.9 KB
l2tp_ppp.c -rw-r--r-- 47.4 KB

back to top