Skip to content
Commit 8804827b authored by Grant Likely's avatar Grant Likely
Browse files

of: Fix dereferencing node name in debug output to be safe



Several locations in the of_address and of_irq code dereference the
full_name parameter from a device_node pointer without checking if the
pointer is valid.  This patch switches to use of_node_full_name() which
always checks the pointer.

Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
parent f3cea45a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment