Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236143
b: refs/heads/master
c: 2bf99c7
h: refs/heads/master
i:
  236141: 7c7d7d5
  236139: 272fa52
  236135: 4abf80d
  236127: acfeef3
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Feb 28, 2011
1 parent dbf6f29 commit c073fde
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: cb771cbdbdb153b68275cd5b9eca593c4e5026e8
refs/heads/master: 2bf99c70cee1d9347145ec0d96ba39764e2193bc
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/Documentation/iio_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ inline int build_channel_array(const char *device_dir,
}
}
/* reorder so that the array is in index order*/
current = malloc(sizeof(**ci_array)**counter);
current = malloc(sizeof(**ci_array)*(*counter));
if (current == NULL) {
ret = -ENOMEM;
goto error_cleanup_array;
Expand Down

0 comments on commit c073fde

Please sign in to comment.