Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280044
b: refs/heads/master
c: 8ee4dd9
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Rubini authored and Greg Kroah-Hartman committed Nov 18, 2011
1 parent cb2a885 commit 949155b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: c8d2a6f3999e175c4d564c445c7f1ececd926453
refs/heads/master: 8ee4dd9f063ce59c08f3ce283ca03306131aaf3a
2 changes: 1 addition & 1 deletion trunk/fs/debugfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_blob);
* because some peripherals have several blocks of identical registers,
* for example configuration of dma channels
*/
int debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
int debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs,
int nregs, void __iomem *base, char *prefix)
{
int i, ret = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/debugfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct dentry *debugfs_create_regset32(const char *name, mode_t mode,
struct dentry *parent,
struct debugfs_regset32 *regset);

int debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
int debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs,
int nregs, void __iomem *base, char *prefix);

bool debugfs_initialized(void);
Expand Down

0 comments on commit 949155b

Please sign in to comment.