This patch set fixes various endian issues. Sparse was used to discover these
issues and also to check the fixes. 

Patch 01 fixes the EAP header structure descriptions.

Patches 2 and 3 fix descriptions for SDIO structures used as headers
when building frames to pass to the SDIO device.00

Code is untested. Builds on x86_64 and PowerPC.

Tobin C. Harding (3):
  staging: ks7010: eap, change unsigned short to __be16
  staging: ks7010: hostif, u16 data types to __le16
  staging: ks7010: hostif, u32 data types to __le32

 drivers/staging/ks7010/eap_packet.h |   4 +-
 drivers/staging/ks7010/ks_hostif.c  |  14 ++--
 drivers/staging/ks7010/ks_hostif.h  | 160 ++++++++++++++++++------------------
 3 files changed, 89 insertions(+), 89 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to