Commit 6ec7aecf authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/kms/nv50-: remove duplicate assignment

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 01981aeb
......@@ -586,7 +586,6 @@ nv50_wndw_new_(const struct nv50_wndw_func *func, struct drm_device *dev,
wndw->id = index;
wndw->interlock.type = interlock_type;
wndw->interlock.data = interlock_data;
wndw->ctxdma.parent = &wndw->wndw.base.user;
wndw->ctxdma.parent = &wndw->wndw.base.user;
INIT_LIST_HEAD(&wndw->ctxdma.list);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment