From: Grant Likely Date: Fri, 18 Mar 2011 16:21:29 +0000 (-0600) Subject: dt: protect against NULL matches passed to of_match_node() X-Git-Tag: v2.6.39-rc1~88^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52f07ecd143baee51623b063be5007585748a4f;p=pandora-kernel.git dt: protect against NULL matches passed to of_match_node() There are a few use cases where it is convenient to pass NULL to of_match_node() and have it fail gracefully. The patch adds a null check to the beginning so taht it does so. Signed-off-by: Grant Likely --- Reading git-diff-tree failed