Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346917
b: refs/heads/master
c: f6c0df6
h: refs/heads/master
i:
  346915: b48fad9
v: v3
  • Loading branch information
Wei Yongjun authored and Dmitry Torokhov committed Oct 18, 2012
1 parent ba7073e commit 11acad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 197a1e96c8be5b6005145af3a4c0e45e2d651444
refs/heads/master: f6c0df6acbfc49abe0fe593936f170cc726e21fb
10 changes: 1 addition & 9 deletions trunk/drivers/input/touchscreen/edt-ft5x06.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,6 @@ static int edt_ft5x06_debugfs_mode_set(void *data, u64 mode)
DEFINE_SIMPLE_ATTRIBUTE(debugfs_mode_fops, edt_ft5x06_debugfs_mode_get,
edt_ft5x06_debugfs_mode_set, "%llu\n");

static int edt_ft5x06_debugfs_raw_data_open(struct inode *inode,
struct file *file)
{
file->private_data = inode->i_private;

return 0;
}

static ssize_t edt_ft5x06_debugfs_raw_data_read(struct file *file,
char __user *buf, size_t count, loff_t *off)
{
Expand Down Expand Up @@ -576,7 +568,7 @@ static ssize_t edt_ft5x06_debugfs_raw_data_read(struct file *file,


static const struct file_operations debugfs_raw_data_fops = {
.open = edt_ft5x06_debugfs_raw_data_open,
.open = simple_open,
.read = edt_ft5x06_debugfs_raw_data_read,
};

Expand Down

0 comments on commit 11acad7

Please sign in to comment.