Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371639
b: refs/heads/master
c: b11b88e
h: refs/heads/master
i:
  371637: e9dd4d0
  371635: 2dbf36b
  371631: b203615
v: v3
  • Loading branch information
Dave Airlie committed May 1, 2013
1 parent d648b35 commit 19c7012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98b76231d7ef49c71c7fea354f00c619ab2c1be4
refs/heads/master: b11b88ef0e07a1ea9a3df6666ba8e15833facc67
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void *i915_gem_dmabuf_vmap(struct dma_buf *dma_buf)
goto error;

i = 0;
for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents, 0);
for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents, 0)
pages[i++] = sg_page_iter_page(&sg_iter);

obj->dma_buf_vmapping = vmap(pages, i, 0, PAGE_KERNEL);
Expand Down

0 comments on commit 19c7012

Please sign in to comment.