On Thu, Jul 6, 2017 at 4:24 PM, Jason A. Donenfeld <ja...@zx2c4.com> wrote: > > if (!ret) > pr_info("Yay it worked!\n"); > > return 0;
This is supposed to be `return ret;`. See, even in psuedocode it's hard to get right.
On Thu, Jul 6, 2017 at 4:24 PM, Jason A. Donenfeld <ja...@zx2c4.com> wrote: > > if (!ret) > pr_info("Yay it worked!\n"); > > return 0;
This is supposed to be `return ret;`. See, even in psuedocode it's hard to get right.