Re: [PATCH 0/6] staging: ks7010: clean up return statement code

2017-03-20 Thread Tobin C. Harding
On Tue, Mar 14, 2017 at 09:20:11PM +1100, Tobin C. Harding wrote: [snip] Drop this series please. (patch 1 of set already merged). thanks, Tobin. ___ devel mailing list de...@linuxdriverproject.org

[PATCH 0/6] staging: ks7010: clean up return statement code

2017-03-14 Thread Tobin C. Harding
The need for this patch set arose because driver code uses custom integer return values to indicate function error. This is in itself not that useful for other kernel code and also means that the source code of each function has to be checked to see what the return code means. Also the return