staging: rtl8723au: remove unnecessary le32_to_cpu
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Tue, 1 Sep 2015 23:35:00 +0000 (01:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:38 +0000 (18:24 -0700)
commit9c76f012702d71b85567ae3bd1bed47c570b4eb1
tree37221893e11f2c36400eaf8ee5e5869482d3072b
parent2503426cfbb3fa48606d51aec3525d3d1680d304
staging: rtl8723au: remove unnecessary le32_to_cpu

The values passed to le32_to_cpu are already in the correct byte order.
This fixes four "cast to restricted __le32" sparse warnings.

Signed-off-by: Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_security.c