slimbus: ngd: Fix build error on x86
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 12 Nov 2018 12:25:25 +0000 (12:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 07:44:06 +0000 (08:44 +0100)
commit458a445deb9c9fb13cec46fe9b179a84d2ff514f
treedb3d8ea8586a9395d15b95c0a71f7a6dd1ad6dd0
parentaa1f0fa374ed23528b915a693a11b0f275a299c0
slimbus: ngd: Fix build error on x86

on non DT platforms like x86 of_match_node is set to NULL, dereferencing
directly would throw an error.
Fix this by doing this in two steps, get the match then the data.

Reported-by: Greg KH <gregkh@linuxfoundation.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/qcom-ngd-ctrl.c