Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354969
b: refs/heads/master
c: 93ce83b
h: refs/heads/master
i:
  354967: 7ba0716
v: v3
  • Loading branch information
Stephen Hemminger authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 693e175 commit dd144d7
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: 25c22d5bead5b0211f3ecc84fd6152dfdf95c75d
refs/heads/master: 93ce83b6e0ffe8d48dae46bc0983dd3f01ec7e32
2 changes: 1 addition & 1 deletion trunk/Documentation/DocBook/uio-howto.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ int main()
return errno;
}
configfd = open("/sys/class/uio/uio0/device/config", O_RDWR);
if (uiofd < 0) {
if (configfd < 0) {
perror("config open:");
return errno;
}
Expand Down

0 comments on commit dd144d7

Please sign in to comment.