Loading msm/dp/dp_panel.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. */ #include "dp_panel.h" Loading Loading @@ -2615,8 +2615,6 @@ static int dp_panel_init_panel_info(struct dp_panel *dp_panel) * Control Field" (register 0x600). */ usleep_range(1000, 2000); drm_dp_link_probe(panel->aux->drm_aux, &dp_panel->link_info); end: return rc; } Loading Loading
msm/dp/dp_panel.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. */ #include "dp_panel.h" Loading Loading @@ -2615,8 +2615,6 @@ static int dp_panel_init_panel_info(struct dp_panel *dp_panel) * Control Field" (register 0x600). */ usleep_range(1000, 2000); drm_dp_link_probe(panel->aux->drm_aux, &dp_panel->link_info); end: return rc; } Loading