Possible garbage value return in IXL
Emmanuel Nyarko <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/Emmankoko/altq_refactoring_gsoc/commit/918c9c8056ccc2ed7da214bbf3c8c3cd4071fa8c returning garbage value · Emmankoko/altq_refactoring_gsoc@918c9c8 github.com I don’t really understand the need of the return value in this case. But would appreciate some global reviews here. Is a return 0 or 1 relevant to the logic here. It looks like some interrupt handling. Is it supposed to always return 1? Emmanuel