Re: [PATCH 02/34] gpu: drm: bridge: sii9234: simplify getting the adapter of a client

2019-06-12 Thread Andrzej Hajda
On 08.06.2019 13:40, Laurent Pinchart wrote: > Hi Wolfram, > > Thank you for the patch. > > On Sat, Jun 08, 2019 at 12:55:41PM +0200, Wolfram Sang wrote: >> We have a dedicated pointer for that, so use it. Much easier to read and >> less computation involved. >> >> Signed-off-by: Wolfram Sang >

[PATCH 02/34] gpu: drm: bridge: sii9234: simplify getting the adapter of a client

2019-06-09 Thread Wolfram Sang
We have a dedicated pointer for that, so use it. Much easier to read and less computation involved. Signed-off-by: Wolfram Sang --- Please apply to your subsystem tree. drivers/gpu/drm/bridge/sii9234.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 02/34] gpu: drm: bridge: sii9234: simplify getting the adapter of a client

2019-06-08 Thread Laurent Pinchart
Hi Wolfram, Thank you for the patch. On Sat, Jun 08, 2019 at 12:55:41PM +0200, Wolfram Sang wrote: > We have a dedicated pointer for that, so use it. Much easier to read and > less computation involved. > > Signed-off-by: Wolfram Sang Reviewed-by: Laurent Pinchart > --- > > Please apply to