On 19/03/13 00:27, Guenter Roeck wrote:
Couple of problems I noticed when browsing through the code.
- Some functions return errors with return code 0.
if (ret <= 0)
goto out;
...
out:
return ret;
For values of 0, the calling code will likely miss the
Hello,
I've made changes to my driver for the Intel Quiet System Technology
(QST) function that I posted at the end of last year and would again
appreciate feedback on it.
As before the git repo can be found here:
http://mose.dyndns.org/mei.git
Changes from v1
---
The module
2 matches
Mail list logo