commit | bbf59327e397f3a5dd810cb044e1823d3b17653e | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Fri Dec 30 14:13:33 2011 -0200 |
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | Fri Dec 30 14:13:33 2011 -0200 |
tree | d3d7174b02152ed585af1890043a464f34a000c5 | |
parent | 1698456259988e9ecd5d366b6604dd646a924103 [diff] |
Use errno instead of return value of init_module() Return -errno instead of the value returned by init_module(). We need to differentiate between the several errors that might occur, e.g. "module already loaded", access denied, etc.