Dan Carpenter a017ff755e 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 <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-10-30 15:00:22 -04:00
..
2014-10-30 15:00:22 -04:00
2014-10-07 13:22:11 -04:00
2014-10-07 13:22:11 -04:00
2014-10-10 15:09:47 -04:00
2014-10-15 12:11:00 -04:00
2014-10-17 16:23:58 -04:00