Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336972
b: refs/heads/master
c: ecd43c0
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Traut authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 6da5559 commit 594b6ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e8bd6e727c5ec949194087ac6b593e1e7fe79c4
refs/heads/master: ecd43c0d7e504fde69e6e53ac63adfd2feea135a
1 change: 1 addition & 0 deletions trunk/drivers/uio/uio_pdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static int uio_pdrv_probe(struct platform_device *pdev)
uiomem->memtype = UIO_MEM_PHYS;
uiomem->addr = r->start;
uiomem->size = resource_size(r);
uiomem->name = r->name;
++uiomem;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/uio/uio_pdrv_genirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
uiomem->memtype = UIO_MEM_PHYS;
uiomem->addr = r->start;
uiomem->size = resource_size(r);
uiomem->name = r->name;
++uiomem;
}

Expand Down

0 comments on commit 594b6ce

Please sign in to comment.