From: Russell King Date: Fri, 5 Oct 2012 14:13:56 +0000 (+0100) Subject: SERIAL: omap: no need to re-read EFR X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~66^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511e74f3305e9fce1410f2205084fd67c50f81bc;p=pandora-kernel.git SERIAL: omap: no need to re-read EFR There's no need to re-read EFR after we've recently written it; the register is a configuration register which doesn't change its value without us writing to it. The last value which was written to this register was up->efr. Removing this re-reading avoids the possibility that we end up with up->efr having unintended bits set, which should only be temporarily set when accessing the enhanced features. Signed-off-by: Russell King --- Reading git-diff-tree failed