Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268169
b: refs/heads/master
c: e614a54
h: refs/heads/master
i:
  268167: 8734094
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent dd3545a commit 9652818
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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: 26d25ae3f0d8ffe350aacc75b71198d6b35bd1f4
refs/heads/master: e614a54b296185b266b4bd91193e08a5fbd32422
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/iio_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int __iio_add_chan_devattr(const char *postfix,
struct device_attribute *attr,
const char *buf,
size_t len),
int mask,
u64 mask,
bool generic,
struct device *dev,
struct list_head *attr_list);
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/staging/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int __iio_add_chan_devattr(const char *postfix,
struct device_attribute *attr,
const char *buf,
size_t len),
int mask,
u64 mask,
bool generic,
struct device *dev,
struct list_head *attr_list)
Expand Down Expand Up @@ -783,7 +783,8 @@ static ssize_t iio_ev_value_store(struct device *dev,
static int iio_device_add_event_sysfs(struct iio_dev *dev_info,
struct iio_chan_spec const *chan)
{
int ret = 0, i, mask = 0, attrcount = 0;
int ret = 0, i, attrcount = 0;
u64 mask = 0;
char *postfix;
if (!chan->event_mask)
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct iio_chan_spec;
*/
struct iio_dev_attr {
struct device_attribute dev_attr;
int address;
u64 address;
struct list_head l;
struct iio_chan_spec const *c;
};
Expand Down

0 comments on commit 9652818

Please sign in to comment.