Hi Suraj,
On Thu, Oct 05, 2023 at 12:12:58PM +0530, Suraj Kandpal wrote:
> i2c_adapter is being assigned using intel_connector even before the
> NULL check occurs and even though it shouldn't be a problem
> lets just clean this up as logically it does not make sense to check
> the connector for NULL but dereference it before that.
>
> Fixes: e046d1562491 ("drm/i915/hdmi: Use connector->ddc everwhere")
>
> Signed-off-by: Suraj Kandpal <[email protected]>
please don't leave a blank line in the tag section. No need to
resend, I guess whoever will merge this patch can fix it before
pushing.
Reviewed-by: Andi Shyti <[email protected]>
Andi