bus: imx-weim: drop unnecessary DT node name NULL check
authorRob Herring <robh@kernel.org>
Wed, 29 Aug 2018 20:02:58 +0000 (15:02 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Oct 2018 05:24:15 +0000 (13:24 +0800)
commitb1a23445364d321bfe8d8aa432c955d07ed38b47
tree10f929230c1f94c1cf79358809666e3430262ecc
parent73f59712a1a3e532a2cbfe582ecfdbf56c33297d
bus: imx-weim: drop unnecessary DT node name NULL check

Checking the child node names is pointless as the DT node name can
never be NULL, so remove it.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/bus/imx-weim.c