Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236141
b: refs/heads/master
c: 065896e
h: refs/heads/master
i:
  236139: 272fa52
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Feb 28, 2011
1 parent 14c16e1 commit 7c7d7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7c31b984c4d119d0e32a1696fd4ca6b506a73d10
refs/heads/master: 065896e904eac598bafd5e607b944da34c4aaf09
3 changes: 3 additions & 0 deletions trunk/drivers/staging/iio/Documentation/generic_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ int main(int argc, char **argv)
}
}

if (device_name == NULL)
return -1;

/* Find the device requested */
dev_num = find_type_by_name(device_name, "device");
if (dev_num < 0) {
Expand Down

0 comments on commit 7c7d7d5

Please sign in to comment.