From: Ebru Akagunduz Date: Sat, 25 Oct 2014 10:16:42 +0000 (+0300) Subject: staging: wlan-ng: Fix incorrect type in assignments X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~911 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f474f5e5353d9a935833b69d029db4856b6bd6e9;p=pandora-kernel.git staging: wlan-ng: Fix incorrect type in assignments fc variable type was u16 and it has an assignment from cpu_to_le16() so its type changed as __le16. This bug found by sparse. Signed-off-by: Ebru Akagunduz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed