[PATCH] staging:rtl8723au: Fix sparse warning cast to restricted __le16

2014-11-17 Thread Tobenna P. Igwe
This patch fixes the following sparse warning: drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c:343:36: warning: cast to restricted __le16 by using the le16_to_cpus function. Signed-off-by: Tobenna P. Igwe --- drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c |2 +- 1 file changed, 1

[PATCH] staging:rtl8188eu: Fix sparse warning cast to restricted __le16

2014-09-10 Thread Tobenna P. Igwe
: 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 --- drivers/staging/rtl8188eu/include/fw.h |2 +- 1 file changed, 1 insertion(+),

[PATCH] staging: unisys: uislib: Fixed missing blank line coding style issue

2014-08-06 Thread Tobenna P. Igwe
Fixed coding style issue "Missing a blank line after declarations" detected by the 'checkpatch.pl' script. Signed-off-by: Tobenna P. Igwe --- drivers/staging/unisys/uislib/uisutils.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/staging/unisys/uislib/u