diff options
author | Vaishali Thakkar <vthakkar1994@gmail.com> | 2014-10-27 17:56:33 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-28 15:53:26 +0800 |
commit | baf9ef82fc96ef37cb1d85aaf225663ff0c15fa6 (patch) | |
tree | d111da2e027cfccdc7c4c65159d4487d3d3c7e78 /drivers/staging/iio | |
parent | 2f12163369562146699bb156d26975991d465edd (diff) |
Staging: rtl8192u: Annotate association types with proper endianness
This patch fixes following sparse warning at number of places in
file rtl819x_BAProc.c.
Warning: incorrect type in assignment (different base types)
expected unsigned short [unsigned] [usertype] tmp
got restricted __le16 [usertype] <noident>
Here, code before this change is correct. But this change silents
sparse warnings and will not harm code too.
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio')
0 files changed, 0 insertions, 0 deletions