[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.

2013-12-03 Thread Ashutosh Dixit
Endianness issues are now consistent as per the documentation in host/mic_virtio.h. Note that the host can be both BE or LE whereas the card is always LE. Memory space sparse warnings are fixed for now by using __force. This is sufficient for now since the driver depends on x86 but will need to

Re: [PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.

2013-11-26 Thread Greg Kroah-Hartman
On Tue, Nov 26, 2013 at 10:14:21AM -0800, Ashutosh Dixit wrote: Endianness issues are now consistent as per the documentation in host/mic_virtio.h. Note that the host can be both BE or LE whereas the card is always LE. Memory space sparse warnings are fixed for now by using __force. This is