diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2011-06-24 22:03:12 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-06 02:59:48 (GMT) |
commit | 20a45d6629743c1836e6f402eeba5befe9f22971 (patch) | |
tree | eaab6f5a4ed8087bd2cd769ebc659434109cea62 /crypto/aes_generic.c | |
parent | 4046dabb7992580da6ee6cadb938d15627e7676e (diff) | |
download | linux-fsl-qoriq-20a45d6629743c1836e6f402eeba5befe9f22971.tar.xz |
staging: rtl8192u: Fix big-endian warning
When compiling the rtl8192u driver from staging on a big-endian
architecture, the following warning results:
CC [M] drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.o
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c: In function 'ieee80211_probe_resp':
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:780: warning: value computed is not used
The warning is due to misuse of cpu_to_le16().
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'crypto/aes_generic.c')
0 files changed, 0 insertions, 0 deletions