]> asedeno.scripts.mit.edu Git - linux.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)
commite547c0031697a0cb5ff7f4a66754fb3e082754ff
tree14d3702ad7f709806d4f3c7e43bf1c6fb720662d
parentdb2f3762d609318ebef601dcaf8630032587c13a
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