Re: [PATCH] drm: of: simplify component probe code

2018-03-06 Thread Archit Taneja
On Tuesday 06 March 2018 01:46 PM, Philipp Zabel wrote: On Thu, 2018-02-22 at 21:22 +0200, Baruch Siach wrote: Use positive logic for better readability. This also eliminates one of_node_put() call, making the code shorter. Signed-off-by: Baruch Siach Reviewed-by:

Re: [PATCH] drm: of: simplify component probe code

2018-03-06 Thread Philipp Zabel
On Thu, 2018-02-22 at 21:22 +0200, Baruch Siach wrote: > Use positive logic for better readability. This also eliminates one > of_node_put() call, making the code shorter. > > Signed-off-by: Baruch Siach Reviewed-by: Philipp Zabel Tested-by: Philipp

[PATCH] drm: of: simplify component probe code

2018-02-23 Thread Baruch Siach
Use positive logic for better readability. This also eliminates one of_node_put() call, making the code shorter. Signed-off-by: Baruch Siach --- drivers/gpu/drm/drm_of.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_of.c