Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321765
b: refs/heads/master
c: 95d1c8c
h: refs/heads/master
i:
  321763: d250db9
v: v3
  • Loading branch information
Axel Lin authored and Jonathan Cameron committed Aug 16, 2012
1 parent 9ed1041 commit 0e9a3b3
Show file tree
Hide file tree
Showing 2 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: 70e01880a9b2c548d3911d0eed467d664aad5986
refs/heads/master: 95d1c8c7e26e303ccab5b65fe0ce04f70f42ea8a
4 changes: 2 additions & 2 deletions trunk/drivers/iio/light/lm3533-als.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ static int lm3533_als_get_hysteresis(struct iio_dev *indio_dev, unsigned nr,
return ret;
}

static int show_thresh_either_en(struct device *dev,
static ssize_t show_thresh_either_en(struct device *dev,
struct device_attribute *attr,
char *buf)
{
Expand All @@ -424,7 +424,7 @@ static int show_thresh_either_en(struct device *dev,
return scnprintf(buf, PAGE_SIZE, "%u\n", enable);
}

static int store_thresh_either_en(struct device *dev,
static ssize_t store_thresh_either_en(struct device *dev,
struct device_attribute *attr,
const char *buf, size_t len)
{
Expand Down

0 comments on commit 0e9a3b3

Please sign in to comment.