From: Johannes Berg Date: Mon, 20 Oct 2014 19:36:04 +0000 (+0200) Subject: mac80211: fix change flags variable signedness X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08cc24e0a24f8d67ba7d66dab43c40ed25a3f5c;p=pandora-kernel.git mac80211: fix change flags variable signedness This showed up as a sparse warning (with higher verbosity) and is certainly correct - the change flags should be unsigned. It's not that important since high flag numbers aren't used and bitwise operations would still work. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed