Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220277
b: refs/heads/master
c: 2dff527
h: refs/heads/master
i:
  220275: aab69dd
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Greg Kroah-Hartman committed Oct 10, 2010
1 parent 7057316 commit 06c17e4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 53e974db655da7df6f1ac5db8da94cbeb288ab35
refs/heads/master: 2dff52795746846ca0accb639037c26715da12d5
3 changes: 2 additions & 1 deletion trunk/drivers/staging/tidspbridge/core/dsp-mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ u32 user_to_dsp_map(struct iommu *mmu, u32 uva, u32 da, u32 size,
struct page **usr_pgs)
{
int res, w;
unsigned pages, i;
unsigned pages;
int i;
struct vm_area_struct *vma;
struct mm_struct *mm = current->mm;
struct sg_table *sgt;
Expand Down

0 comments on commit 06c17e4

Please sign in to comment.