Re: [PATCH] bus: imx-weim: drop unnecessary DT node name NULL check

From: Shawn Guo
Date: Sun Sep 02 2018 - 22:18:26 EST


On Wed, Aug 29, 2018 at 03:02:58PM -0500, Rob Herring wrote:
> Checking the child node names is pointless as the DT node name can
> never be NULL, so remove it.
>
> Cc: Shawn Guo <shawnguo@xxxxxxxxxx>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>

Applied, thanks.