staging: ks7010: use little-endian types
authorPerry Hooker <perry.hooker@gmail.com>
Fri, 9 Jun 2017 05:06:54 +0000 (23:06 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:06:43 +0000 (12:06 +0200)
commitf6e8716a3acb7e9e8396450b359ce04f128e0e79
tree1dfb2a320e15c5d398fdb0ccf07850c71811e496
parentbb5b42c0d8d2352a266b19abb29db7c566a4a707
staging: ks7010: use little-endian types

This patch fixes a number of sparse warnings of the form:
drivers/staging/ks7010/ks_hostif.c:2187:29:
warning: incorrect type in assignment (different base types)
generated when storing little-endian data in variables
that do not have a specified endianness.

Signed-off-by: Perry Hooker <perry.hooker@gmail.com>
Reviewed-By: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c