]> git.baikalelectronics.ru Git - kernel.git/commit
of: overlay: make pr_err() string unique
authorFrank Rowand <frank.rowand@sony.com>
Thu, 19 Oct 2017 21:38:11 +0000 (14:38 -0700)
committerRob Herring <robh@kernel.org>
Thu, 19 Oct 2017 22:15:09 +0000 (17:15 -0500)
commit9117bcd7b91ecfd0a95f6e7c6a92260d0cb51c3d
tree85deb695fd4811f96f1d6a9b795e11e2d8aec858
parent2718127b637ff3aef1455a5083cf0bbc6acdd246
of: overlay: make pr_err() string unique

The same error string occurs in drivers/of/resolver.c.  Change
the error here to more precisely describe this case, and avoid
the possible confusion of looking in the wrong source location
to understand the cause of an error.

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