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

Commit 059e3c0b authored by Inki Dae's avatar Inki Dae Committed by Archit Taneja
Browse files

drm/exynos: mic: clean up drm_bridge_add call

parent 85139455
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -456,11 +456,7 @@ static int exynos_mic_probe(struct platform_device *pdev)
	mic->bridge.funcs = &mic_bridge_funcs;
	mic->bridge.of_node = dev->of_node;

	ret = drm_bridge_add(&mic->bridge);
	if (ret) {
		DRM_ERROR("mic: Failed to add MIC to the global bridge list\n");
		return ret;
	}
	drm_bridge_add(&mic->bridge);

	pm_runtime_enable(dev);