[PATCH 1/1] staging: rtl8723au: fix sparse incorrect type assignment warnings

Dan Carpenter dan.carpenter at oracle.com
Wed Sep 17 08:26:27 UTC 2014


On Tue, Sep 16, 2014 at 11:28:09PM +0100, Kieron Browne wrote:
> Use cpu_to_le16 to cast int for assignment to __le16 members
> 

"cast" is the wrong word.  It's really doing a byte swap.  It fixes a
bug on big endian systems.

But the patch is ok and matches how the other rtl drivers do it.

regards,
dan carpenter



More information about the devel mailing list