search for: lvds_init_run

Displaying 1 result from an estimated 1 matches for "lvds_init_run".

2016 May 11
0
[PATCH] drm/nouveau/bios: remove unused variable.
...u_run_vbios_init(struct drm_device *dev) { struct nouveau_drm *drm = nouveau_drm(dev); struct nvbios *bios = &drm->vbios; - int ret = 0; /* Reset the BIOS head to 0. */ bios->state.crtchead = 0; @@ -2052,7 +2051,7 @@ nouveau_run_vbios_init(struct drm_device *dev) bios->fp.lvds_init_run = false; } - return ret; + return 0; } static bool -- 1.9.1