Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235611
b: refs/heads/master
c: 267024a
h: refs/heads/master
i:
  235609: 1e6a4c7
  235607: bf282f7
v: v3
  • Loading branch information
roel kluin authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent 4ce22bf commit 65e479b
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: 4a5200ac8bd0e1a85aacea7cf4ded6e597254be0
refs/heads/master: 267024a9f6cc7f7e26ed57424d5d0c8558769b56
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 @@ -398,7 +398,7 @@ inline int build_channel_array(const char *device_dir,
return 0;

error_cleanup_array:
for (i = count - 1; i >= 0; i++)
for (i = count - 1; i >= 0; i--)
free((*ci_array)[i].name);
free(*ci_array);
error_close_dir:
Expand Down

0 comments on commit 65e479b

Please sign in to comment.