From: Grant Likely Date: Thu, 19 Sep 2013 16:01:52 +0000 (-0500) Subject: of: Fix dereferencing node name in debug output to be safe X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8804827b305dbc1c6e24f2b36f1df4a9856b80e8;p=pandora-kernel.git 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: Grant Likely --- Reading git-diff-tree failed