From: Johannes Berg Date: Mon, 20 Jan 2014 21:57:21 +0000 (+0100) Subject: iwlwifi: rs: use const u16 for throughput tables X-Git-Tag: v3.15-rc1~113^2~289^2^2~102^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34529e893a343ceed0bde81efa2487a1a1dec25;p=pandora-kernel.git iwlwifi: rs: use const u16 for throughput tables This makes the code a little bit longer as zero-extension has to be done (mov vs. movzwl), but that's miniscule and the space saving is significant, about 600 bytes in DVM and 700 bytes in MVM, so the cache effect should be worth the few bytes more code. While at it, remove two spurious blank lines in variable declaration blocks. Signed-off-by: Johannes Berg Reviewed-by: Eyal Shapira Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed