search for: 1ed242070001

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

2020 Sep 19
0
[PATCH -next] gpu: nouveau: Remove set but not used variable
...jun <zhengyongjun3 at huawei.com> --- drivers/gpu/drm/nouveau/dispnv50/disp.c | 9 +++------ drivers/gpu/drm/nouveau/nouveau_svm.c | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c index 1ed242070001..7cb5618e4592 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/disp.c +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c @@ -1306,12 +1306,10 @@ nv50_mstm_cleanup(struct nv50_mstm *mstm) { struct nouveau_drm *drm = nouveau_drm(mstm->outp->base.base.dev); struct drm_encoder *encoder; - int ret;...