From f3eda81058155e669b44cde653b431fb65da1c8a Mon Sep 17 00:00:00 2001 From: Zhibin Huang Date: Fri, 21 Jul 2023 09:53:17 +0000 Subject: [PATCH] phy/rockchip: inno-dsidphy: remove duplicate code from inno_dsidphy_mipi_mode_enable() Remove one duplicated call inno_mipi_dphy_lane_enable(). Fixes: 45963f36a779 ("phy/rockchip: inno-dsidphy: add rk3568 dsi dphy support") Change-Id: I64d9e51d7f7d2ff2cc426f9cd3f81ef1e38fa414 Signed-off-by: Zhibin Huang --- drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c index 04007a04f61c..365d56268980 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c @@ -626,7 +626,6 @@ static void inno_dsidphy_mipi_mode_enable(struct inno_dsidphy *inno) inno_mipi_dphy_reset(inno); inno_mipi_dphy_timing_init(inno); inno_mipi_dphy_lane_enable(inno); - inno_mipi_dphy_lane_enable(inno); } static void inno_dsidphy_lvds_mode_enable(struct inno_dsidphy *inno)