Re: [PATCH v2 12/28] gpu: drm: bridge: sii9234: Use drm_bridge_init()

2019-12-05 Thread Mihail Atanassov
Hi Neil, On Thursday, 5 December 2019 12:10:37 GMT Neil Armstrong wrote: > Hi, > > On 04/12/2019 12:48, Mihail Atanassov wrote: > > No functional change. > > > > Why this particular one has "gpu: drm: bridge" unlike the other patches of > the serie ? > I took the "look at the file's git

Re: [PATCH v2 12/28] gpu: drm: bridge: sii9234: Use drm_bridge_init()

2019-12-05 Thread Neil Armstrong
Hi, On 04/12/2019 12:48, Mihail Atanassov wrote: > No functional change. > Why this particular one has "gpu: drm: bridge" unlike the other patches of the serie ? Neil > Signed-off-by: Mihail Atanassov > --- > drivers/gpu/drm/bridge/sii9234.c | 3 +-- > 1 file changed, 1 insertion(+), 2

[PATCH v2 12/28] gpu: drm: bridge: sii9234: Use drm_bridge_init()

2019-12-04 Thread Mihail Atanassov
No functional change. Signed-off-by: Mihail Atanassov --- drivers/gpu/drm/bridge/sii9234.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/sii9234.c b/drivers/gpu/drm/bridge/sii9234.c index f81f81b7051f..bfd3832baa1a 100644 ---