Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109927
b: refs/heads/master
c: d130d97
h: refs/heads/master
i:
  109925: 65fabfa
  109923: 47c6472
  109919: 661e580
v: v3
  • Loading branch information
Adrian Bunk authored and Jean Delvare committed Sep 20, 2008
1 parent 30e9dfe commit 4cd2bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 859b9ef30cc1bdba4b55327b95b22489bd5591c2
refs/heads/master: d130d97154f5342973a0fffc0b5a144359273c79
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/ad7414.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static inline int ad7414_write(struct i2c_client *client, u8 reg, u8 value)
return i2c_smbus_write_byte_data(client, reg, value);
}

struct ad7414_data *ad7414_update_device(struct device *dev)
static struct ad7414_data *ad7414_update_device(struct device *dev)
{
struct i2c_client *client = to_i2c_client(dev);
struct ad7414_data *data = i2c_get_clientdata(client);
Expand Down

0 comments on commit 4cd2bd1

Please sign in to comment.