Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199876
b: refs/heads/master
c: b6ee30a
h: refs/heads/master
v: v3
  • Loading branch information
Barry Song authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent ff46cb9 commit 25b68d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c3dee74f52bb844db40865dae3c465212c6a09eb
refs/heads/master: b6ee30a27f8204d20aebe6e743e38d4b85ee753d
3 changes: 1 addition & 2 deletions trunk/drivers/staging/iio/Documentation/iio_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ inline int find_type_by_name(const char *name, const char *type)
1) != 0) {
filename = malloc(strlen(iio_dir)
+ strlen(type)
+ 1
+ numstrlen
+ 1);
+ 6);
if (filename == NULL)
return -ENOMEM;
sprintf(filename, "%s%s%d/name",
Expand Down

0 comments on commit 25b68d5

Please sign in to comment.