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

2018-09-02 Thread Shawn Guo
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 > Signed-off-by: Rob Herring Applied, thanks.

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

2018-09-02 Thread Shawn Guo
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 > Signed-off-by: Rob Herring Applied, thanks.

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

2018-08-29 Thread Rob Herring
Checking the child node names is pointless as the DT node name can never be NULL, so remove it. Cc: Shawn Guo Signed-off-by: Rob Herring --- drivers/bus/imx-weim.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/bus/imx-weim.c b/drivers/bus/imx-weim.c index 6a94aa6a22c2..d84996a45