Re: [PATCH] drm: bridge: it66121: Remove redundant check

2022-01-14 Thread Neil Armstrong
Hi, On Thu, 13 Jan 2022 23:40:12 -0700, Drew Davenport wrote: > ctx->next_bridge is checked for NULL twice in a row. The second > conditional is redundant, so remove it. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/1] drm: bridge: it66121: Rem

Re: [PATCH] drm: bridge: it66121: Remove redundant check

2022-01-14 Thread Neil Armstrong
On 14/01/2022 07:40, Drew Davenport wrote: > ctx->next_bridge is checked for NULL twice in a row. The second > conditional is redundant, so remove it. > > Signed-off-by: Drew Davenport > --- > drivers/gpu/drm/bridge/ite-it66121.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/driver

[PATCH] drm: bridge: it66121: Remove redundant check

2022-01-13 Thread Drew Davenport
ctx->next_bridge is checked for NULL twice in a row. The second conditional is redundant, so remove it. Signed-off-by: Drew Davenport --- drivers/gpu/drm/bridge/ite-it66121.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/bridge/ite-it66121.c b/drivers/gpu/drm/bridge/ite-