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

Commit b0f155ad authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Inki Dae
Browse files

drm/exynos: dp: Lower level of EDID read success message



Don't pollute the dmesg with EDID read success message as an error.
Printing as debug should be fine.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent be083a00
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -195,7 +195,7 @@ static int exynos_dp_read_edid(struct exynos_dp_device *dp)
		}
		}
	}
	}


	dev_err(dp->dev, "EDID Read success!\n");
	dev_dbg(dp->dev, "EDID Read success!\n");
	return 0;
	return 0;
}
}