Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging:rtl8188eu: Fix sparse warning cast to restricted __le16
This patch fixes the following sparse warnings: CHECK drivers/staging/rtl8188eu/hal/fw.c drivers/staging/rtl8188eu/hal/fw.c:219:13: warning: cast to restricted __le16 drivers/staging/rtl8188eu/hal/fw.c:219:13: warning: cast to restricted __le16 drivers/staging/rtl8188eu/hal/fw.c:219:13: warning: cast to restricted __le16 drivers/staging/rtl8188eu/hal/fw.c:219:13: warning: cast to restricted __le16 by changing the signature from 'u16' to '__le16'. Signed-off-by: Tobenna P. Igwe <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information