]> git.baikalelectronics.ru Git - kernel.git/commit
of: improve reporting invalid overlay target path
authorFrank Rowand <frank.rowand@sony.com>
Mon, 12 Feb 2018 08:25:04 +0000 (00:25 -0800)
committerFrank Rowand <frowand.list@gmail.com>
Sun, 4 Mar 2018 08:29:40 +0000 (00:29 -0800)
commitb75892f27c6356b461e45868f1e0fd05f23cad69
tree14d3702ad7f709806d4f3c7e43bf1c6fb720662d
parent8438f090a68163f8873fb6039deffc727353e6ad
of: improve reporting invalid overlay target path

Errors while developing the patch to create of_overlay_fdt_apply()
exposed inadequate error messages to debug problems when overlay
devicetree fragment nodes contain an invalid target path.  Improve
the messages in find_target_node() to remedy this.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
drivers/of/overlay.c