Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249035
b: refs/heads/master
c: 8fc5945
h: refs/heads/master
i:
  249033: 22f0f95
  249031: cbdeb42
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 6560e12 commit 9a61e85
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: aea74b6567997bbb670357caa57aff39c8c390a5
refs/heads/master: 8fc5945f8fdcd7e902b3852051c8e1d9f0714487
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gma500/psb_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int psbfb_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
struct drm_device *dev = psbfb->base.dev;
struct drm_psb_private *dev_priv = dev->dev_private;
struct psb_gtt *pg = dev_priv->pg;
unsigned long phys_addr = (unsigned long)pg->stolen_base;;
unsigned long phys_addr = (unsigned long)pg->stolen_base;

page_num = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;

Expand Down

0 comments on commit 9a61e85

Please sign in to comment.