From: Kristina Martšenko Date: Tue, 11 Mar 2014 18:58:14 +0000 (+0200) Subject: staging: rtl8188eu: explicitly convert from __le16 to integer X-Git-Tag: v3.15-rc1~139^2~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b812982e6b9ce3797f160ad3778766db107b5086;p=pandora-kernel.git staging: rtl8188eu: explicitly convert from __le16 to integer BA_para_set (of type __le16) is implicitly cast into an integer for bitwise operations, after which the result is converted back into a __le16. Make the initial cast explicit to make the code clearer. In addition, refactor the code for readability. This also removes five sparse warnings of the following type: drivers/staging/rtl8188eu//core/rtw_mlme_ext.c:6114:70: warning: restricted __le16 degrades to integer Signed-off-by: Kristina Martšenko Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed