From: Dan Carpenter Date: Fri, 7 Feb 2014 11:50:38 +0000 (+0300) Subject: ath5k: shifting the wrong variable for AR5K_AR5210 X-Git-Tag: v3.14-rc4~30^2~5^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a0732d1f93ff52b0e74a61302260b9417f6db61;p=pandora-kernel.git ath5k: shifting the wrong variable for AR5K_AR5210 In the original code we shift "AR5K_PHY(256) >> 28" which is zero but the intent was to shift the return value of ath5k_hw_reg_read() like we do a couple lines later. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed