On Thu, 30 Apr 2015 16:38:36 +0200 Boris Brezillon <[email protected]> wrote:
> drm_display_mode_from_videomode() is already calling drm_mode_set_name() on > the provided mode. ping > > Signed-off-by: Boris Brezillon <[email protected]> > --- > drivers/gpu/drm/panel/panel-simple.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/panel/panel-simple.c > b/drivers/gpu/drm/panel/panel-simple.c > index 30904a9..d14b904 100644 > --- a/drivers/gpu/drm/panel/panel-simple.c > +++ b/drivers/gpu/drm/panel/panel-simple.c > @@ -112,7 +112,6 @@ static int panel_simple_get_fixed_modes(struct > panel_simple *panel) > } > > drm_display_mode_from_videomode(&vm, mode); > - drm_mode_set_name(mode); > > drm_mode_probed_add(connector, mode); > num++; -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

