Re: [PATCH 0/6] staging: ks7010: fix endian issues

2017-03-29 Thread Tobin C. Harding
On Thu, Mar 16, 2017 at 11:27:21PM +1100, Tobin C. Harding wrote: > Sparse emits numerous warnings highlighting endian issues. The > endianess is deterministic because the function calls that are causing > the issues either accept as parameters, or return as results, types of > specific size and en

[PATCH 0/6] staging: ks7010: fix endian issues

2017-03-16 Thread Tobin C. Harding
Sparse emits numerous warnings highlighting endian issues. The endianess is deterministic because the function calls that are causing the issues either accept as parameters, or return as results, types of specific size and endianess. We can use these types as a guide in changing variable declaratio