Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336536
b: refs/heads/master
c: f35d852
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Borislav Petkov committed Nov 28, 2012
1 parent e93ec89 commit ccdd814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 3c0622760aaa4731e2fd3a7472a96b59d2caecc4
refs/heads/master: f35d852e8038d6eccd0cce3cf1df1d4bd7d2c473
8 changes: 1 addition & 7 deletions trunk/drivers/edac/highbank_mc_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,8 @@ static ssize_t highbank_mc_err_inject_write(struct file *file,
return count;
}

static int debugfs_open(struct inode *inode, struct file *file)
{
file->private_data = inode->i_private;
return 0;
}

static const struct file_operations highbank_mc_debug_inject_fops = {
.open = debugfs_open,
.open = simple_open,
.write = highbank_mc_err_inject_write,
.llseek = generic_file_llseek,
};
Expand Down

0 comments on commit ccdd814

Please sign in to comment.