Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e2aace7 authored by Rahul Sharma's avatar Rahul Sharma Committed by Gerrit - the friendly Code Review server
Browse files

drm/bridge: change log level in anx7625 bridge driver



Change the log level of bridge chip power on
in anx7625 bridge driver probe function.

Change-Id: I55e3bab3ba1b01c9155faf2dd0fdc2e708678107
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent 37e7a537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1392,7 +1392,7 @@ static int anx7625_i2c_probe(struct i2c_client *client,
	err = Read_Reg(TCPC_INTERFACE, PRODUCT_ID_L, &idl);
	if (err) {
		anx7625->skip_enable = false;
		DRM_ERROR("ANX7625 Bridge Not powered in Bootloader");
		DRM_DEBUG("ANX7625 Bridge Not powered in Bootloader");
	} else {
		/* Match software state */
		anx7625->powered = true;