Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/drm-misc...
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / panel / panel-tpo-tpg110.c
index 25f00cf..71591e5 100644 (file)
@@ -390,8 +390,6 @@ static int tpg110_get_modes(struct drm_panel *panel)
        struct tpg110 *tpg = to_tpg110(panel);
        struct drm_display_mode *mode;
 
-       strncpy(connector->display_info.name, tpg->panel_mode->name,
-               DRM_DISPLAY_INFO_LEN);
        connector->display_info.width_mm = tpg->width;
        connector->display_info.height_mm = tpg->height;
        connector->display_info.bus_flags = tpg->panel_mode->bus_flags;