Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304595
b: refs/heads/master
c: 54fe68a
h: refs/heads/master
i:
  304593: d4d9d61
  304591: 7b37a06
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 1d9030a commit d51557a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2b7a521b121ebc16b9137f07ded7874105c9486a
refs/heads/master: 54fe68a8d7e6f3f3f24150ef555b05dcc2fa0461
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/rtd520.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ static const struct rtdBoard rtd520Boards[] = {
*/
struct rtdPrivate {
/* memory mapped board structures */
void *las0;
void *las1;
void *lcfg;
void __iomem *las0;
void __iomem *las1;
void __iomem *lcfg;

unsigned long intCount; /* interrupt count */
long aiCount; /* total transfer size (samples) */
Expand Down

0 comments on commit d51557a

Please sign in to comment.