Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280050
b: refs/heads/master
c: 5858441
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent b6ef014 commit 4545c38
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: 124a6b4c4dae0317a0689a42ed0c68fabeb10c8d
refs/heads/master: 5858441c95587c6869950314742d99e6a03a2d16
2 changes: 1 addition & 1 deletion trunk/fs/debugfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ int debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs,
if (prefix)
ret += seq_printf(s, "%s", prefix);
ret += seq_printf(s, "%s = 0x%08x\n", regs->name,
readl((void *)(base + regs->offset)));
readl(base + regs->offset));
}
return ret;
}
Expand Down

0 comments on commit 4545c38

Please sign in to comment.