Skip to content
Commit f6e8716a authored by Perry Hooker's avatar Perry Hooker Committed by Greg Kroah-Hartman
Browse files

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: default avatarPerry Hooker <perry.hooker@gmail.com>
Reviewed-By: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bb5b42c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment