Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260083
b: refs/heads/master
c: e1703b3
h: refs/heads/master
i:
  260081: d7976ae
  260079: d09ac07
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Jul 18, 2011
1 parent 413a814 commit 884ae09
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: 05a93489bc569d549e55cf7392a8b2bf50d9d095
refs/heads/master: e1703b329f7c7ea82ea181dc4c50020f25061a2c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/iio/meter/ade7753.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@ static ssize_t ade7753_read_frequency(struct device *dev,
char *buf)
{
int ret, len = 0;
u8 t;
u16 t;
int sps;
ret = ade7753_spi_read_reg_8(dev, ADE7753_MODE, &t);
ret = ade7753_spi_read_reg_16(dev, ADE7753_MODE, &t);
if (ret)
return ret;

Expand Down

0 comments on commit 884ae09

Please sign in to comment.