Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337591
b: refs/heads/master
c: ef4f92c
h: refs/heads/master
i:
  337589: a0f1c3a
  337587: 31795ae
  337583: d1a1390
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Nov 2, 2012
1 parent fa85e18 commit 6f5f7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02330acda7ef88865e62e2763df2cdd735607cb4
refs/heads/master: ef4f92c064697a66a2a61977dd690af40dc01ff0
2 changes: 2 additions & 0 deletions trunk/drivers/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ static ssize_t iio_write_channel_info(struct device *dev,
if (buf[0] == '-') {
negative = true;
buf++;
} else if (buf[0] == '+') {
buf++;
}

while (*buf) {
Expand Down

0 comments on commit 6f5f7b8

Please sign in to comment.