uio-howto: example bug
Bug in demo program, checking wrong return value Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Cc: "Hans J. Koch" <hjk@hansjkoch.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
25c22d5bea
commit
93ce83b6e0
@ -984,7 +984,7 @@ int main()
|
|||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
configfd = open("/sys/class/uio/uio0/device/config", O_RDWR);
|
configfd = open("/sys/class/uio/uio0/device/config", O_RDWR);
|
||||||
if (uiofd < 0) {
|
if (configfd < 0) {
|
||||||
perror("config open:");
|
perror("config open:");
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user