summaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/dp.c')
-rw-r--r--src/soc/samsung/exynos5420/dp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/dp.c b/src/soc/samsung/exynos5420/dp.c
index 13a8feff41..f28c87d5bb 100644
--- a/src/soc/samsung/exynos5420/dp.c
+++ b/src/soc/samsung/exynos5420/dp.c
@@ -142,7 +142,6 @@ static unsigned int exynos_dp_read_edid(void)
exynos_dp_write_byte_to_dpcd(DPCD_TEST_RESPONSE,
DPCD_TEST_EDID_CHECKSUM_WRITE);
}
-
}
return 0;
@@ -338,7 +337,6 @@ static unsigned int exynos_dp_enable_rx_to_enhanced_mode(unsigned char enable)
if (ret != EXYNOS_DP_SUCCESS) {
printk(BIOS_ERR, "DP write_to_dpcd failed\n");
return -1;
-
}
return ret;