diff --git a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c b/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c index 493514dc3ddcc1..09d8971f2f7fc4 100644 --- a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c +++ b/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c @@ -824,11 +824,7 @@ hisi_dsi_detect(struct drm_connector *connector, bool force) status = sfuncs->detect(encoder, connector); DRM_DEBUG_DRIVER("exit success. status=%d\n", status); -#if USE_DEFAULT_720P_MODE - return connector_status_connected; -#else return status; -#endif } static void hisi_dsi_connector_destroy(struct drm_connector *connector)