On Wed, Dec 01, 2021 at 04:30:58PM +0100, Thomas Zimmermann wrote:
I2C initialization is allowed to fail. In this case, create a connector without DDC adapter. The current code would dereference a NULL pointer.
Reading the modes from the connector is supposed to work without I2C adapter. Add the respective test.
Signed-off-by: Thomas Zimmermann tzimmermann@suse.de
Reviewed-by: Maxime Ripard maxime@cerno.tech
Maxime