Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205629
b: refs/heads/master
c: 794e7d9
h: refs/heads/master
i:
  205627: 3ea535b
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent 758779b commit 5e4e8be
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: de6c37ad2a602d0123699774cf4b2e3f561846bd
refs/heads/master: 794e7d9df26a42b05320a92cef76cd2c150a91e6
6 changes: 3 additions & 3 deletions trunk/drivers/staging/iio/accel/adis16220_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ static ssize_t adis16220_capture_buffer_read(struct adis16220_state *st,
return count;
}

static ssize_t adis16220_accel_bin_read(struct kobject *kobj,
static ssize_t adis16220_accel_bin_read(struct file *filp, struct kobject *kobj,
struct bin_attribute *attr,
char *buf,
loff_t off,
Expand All @@ -438,7 +438,7 @@ static struct bin_attribute accel_bin = {
.size = ADIS16220_CAPTURE_SIZE,
};

static ssize_t adis16220_adc1_bin_read(struct kobject *kobj,
static ssize_t adis16220_adc1_bin_read(struct file *filp, struct kobject *kobj,
struct bin_attribute *attr,
char *buf, loff_t off,
size_t count)
Expand All @@ -461,7 +461,7 @@ static struct bin_attribute adc1_bin = {
.size = ADIS16220_CAPTURE_SIZE,
};

static ssize_t adis16220_adc2_bin_read(struct kobject *kobj,
static ssize_t adis16220_adc2_bin_read(struct file *filp, struct kobject *kobj,
struct bin_attribute *attr,
char *buf, loff_t off,
size_t count)
Expand Down

0 comments on commit 5e4e8be

Please sign in to comment.