mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
phy/rockchip: inno-dsidphy: remove duplicate code from inno_dsidphy_mipi_mode_enable()
Remove one duplicated call inno_mipi_dphy_lane_enable().
Fixes: 45963f36a7 ("phy/rockchip: inno-dsidphy: add rk3568 dsi dphy support")
Change-Id: I64d9e51d7f7d2ff2cc426f9cd3f81ef1e38fa414
Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user