Re: [RFC PATCH 12/57] of: platform: Use bus_find_device_by_of_node helper

2019-06-10 Thread Rob Herring
On Mon, Jun 3, 2019 at 9:51 AM Suzuki K Poulose wrote: > > Switch to using the bus_find_device_by_of_node helper > > Cc: Frank Rowand > Cc: Rob Herring > Cc: devicet...@vger.kernel.org > Signed-off-by: Suzuki K Poulose > --- > drivers/of/platform.c | 7 +-- > 1 file changed, 1 insertion(+)

[RFC PATCH 12/57] of: platform: Use bus_find_device_by_of_node helper

2019-06-03 Thread Suzuki K Poulose
Switch to using the bus_find_device_by_of_node helper Cc: Frank Rowand Cc: Rob Herring Cc: devicet...@vger.kernel.org Signed-off-by: Suzuki K Poulose --- drivers/of/platform.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.