OSDN Git Service

Staging: rtl8192e: Fix Sparse warning of cast to restricted __le32 in rtl_core.c
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 7 Nov 2013 13:46:36 +0000 (19:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:02:23 +0000 (12:02 -0800)
commit466bc7f2307e47ad53c0b520c56b0a4c45b6d0a2
treefe7baa6d706c2c6d83c763bce7e0265f19f468f6
parent34e987e6ff615b97fbf8d3bb273ff343fa2ed8b6
Staging: rtl8192e: Fix Sparse warning of cast to restricted __le32 in rtl_core.c

This patch fixes the following sparse warnings in rtl8192e/rtl_core.c-

drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1846:46: warning: cast to restricted __le32
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1951:46: warning: cast to restricted __le32
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:2199:50: warning: cast to restricted __le32

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_core.c