From: Dan Carpenter Date: Wed, 29 Oct 2014 15:48:05 +0000 (+0300) Subject: ath9k: fix some debugfs output X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a017ff755e43de9a3221d4ff4f03184ea7b93733;p=pandora-kernel.git ath9k: fix some debugfs output The right shift operation has higher precedence than the mask so we left shift by "(i * 3)" and then immediately right shift by "(i * 3)" then we mask. It should be left shift, mask, and then right shift. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed