mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
70f242c193
The sample application was taking values from ioctl() and treating those as the error codes to present to a user. This is incorrect when ret is non-zero, the error is stored to `errno`. Use this value instead. Fixes: |
||
---|---|---|
.. | ||
.gitignore | ||
dbc_cli.py | ||
dbc.c | ||
dbc.py | ||
Makefile | ||
test_dbc.py |