mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
drm/nouveau/kms/nv50-: remove duplicate assignment
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
01981aeb47
commit
6ec7aecf1f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user