summaryrefslogtreecommitdiffstats
path: root/include/net/llc_if.h
diff options
context:
space:
mode:
authorFrank Rowand2017-07-19 18:25:21 +0200
committerRob Herring2017-07-20 16:36:15 +0200
commitc1cd1e01fece0c139a7946c14b788f887d8b658a (patch)
tree68c3a0d182a1bc06b25638fb72c5cb468692fd8e /include/net/llc_if.h
parentof: overlay: add overlay unittest data for node names and symbols (diff)
downloadkernel-qcow2-linux-c1cd1e01fece0c139a7946c14b788f887d8b658a.tar.gz
kernel-qcow2-linux-c1cd1e01fece0c139a7946c14b788f887d8b658a.tar.xz
kernel-qcow2-linux-c1cd1e01fece0c139a7946c14b788f887d8b658a.zip
of: overlay: correctly apply overlay node with unit-address
Correct existing node name detection when overlay node name has a unit-address. Expected test result is overlay will update the nodes and properties for /testcase-data-2/fairway-1/ride@100/ after this commit. Before this commit: Console error message near end of unittest: OF: Duplicate name in fairway-1, renamed to "ride@100#1" $ cd /proc/device-tree/testcase-data-2/fairway-1/ $ # extra node: ride@100#1 $ ls #address-cells linux,phandle phandle ride@200 #size-cells name ride@100 status compatible orientation ride@100#1 $ cd /proc/device-tree/testcase-data-2/fairway-1/ride@100/ $ ls track@30/incline-up ls: track@30/incline-up: No such file or directory $ ls track@40/incline-up ls: track@40/incline-up: No such file or directory After this commit: Console error message no longer occurs $ cd /proc/device-tree/testcase-data-2/fairway-1/ $ # no extra node: ride@100#1 $ ls #address-cells compatible name phandle ride@200 #size-cells linux,phandle orientation ride@100 status $ cd /proc/device-tree/testcase-data-2/fairway-1/ride@100/ $ ls track@30/incline-up track@30/incline-up $ ls track@40/incline-up track@40/incline-up Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/net/llc_if.h')
0 files changed, 0 insertions, 0 deletions