summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 75de063a..7695f147 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -2566,7 +2566,7 @@ int gk20a_dmabuf_get_state(struct dma_buf *dmabuf, struct device *dev,
2566 s->offset = offset; 2566 s->offset = offset;
2567 INIT_LIST_HEAD(&s->list); 2567 INIT_LIST_HEAD(&s->list);
2568 mutex_init(&s->lock); 2568 mutex_init(&s->lock);
2569 list_add_tail(&priv->states, &s->list); 2569 list_add_tail(&s->list, &priv->states);
2570 2570
2571out: 2571out:
2572 mutex_unlock(&priv->lock); 2572 mutex_unlock(&priv->lock);