From: Tobenna P. Igwe Date: Wed, 10 Sep 2014 19:45:16 +0000 (+0100) Subject: staging:rtl8188eu: Fix sparse warning cast to restricted __le16 X-Git-Tag: fixes-for-v3.18-merge-window~15^2~450 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1299b721d35532a5786ef665aa86e7d01446396d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed