Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320484
b: refs/heads/master
c: 7dbae55
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov committed Jun 18, 2012
1 parent 5c1a879 commit 271b05b
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: 92311c3c70f9b7f1b7860c2fc2ada09b4d43bfea
refs/heads/master: 7dbae5562e86f2731d13bd2b8b3ea3f974f4b87d
2 changes: 1 addition & 1 deletion trunk/drivers/power/ds2781_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static inline int ds2781_battery_io(struct ds2781_device_info *dev_info,
return w1_ds2781_io(dev_info->w1_dev, buf, addr, count, io);
}

int w1_ds2781_read(struct ds2781_device_info *dev_info, char *buf,
static int w1_ds2781_read(struct ds2781_device_info *dev_info, char *buf,
int addr, size_t count)
{
return ds2781_battery_io(dev_info, buf, addr, count, 0);
Expand Down

0 comments on commit 271b05b

Please sign in to comment.