Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337589
b: refs/heads/master
c: 8f1b7eb
h: refs/heads/master
i:
  337587: 31795ae
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Nov 2, 2012
1 parent 198fcae commit a0f1c3a
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: fad109452e0562e896ee0ede27552931c761b0ad
refs/heads/master: 8f1b7eb11422d28fbc7432f0dee2f97aead09417
2 changes: 1 addition & 1 deletion trunk/drivers/iio/industrialio-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static ssize_t iio_write_channel_info(struct device *dev,
break;
else
return -EINVAL;
} else if (*buf == '.') {
} else if (*buf == '.' && integer_part) {
integer_part = false;
} else {
return -EINVAL;
Expand Down

0 comments on commit a0f1c3a

Please sign in to comment.