]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: don't use volatile, it's not needed
authorPavel Roskin <proski@gnu.org>
Thu, 7 Jul 2011 22:13:55 +0000 (18:13 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 8 Jul 2011 15:44:31 +0000 (11:44 -0400)
commitb87ebefb773102dfbe3e5e84cbfe2385be37af92
tree93aa529ae3ffcee9d234dc4235abc49d98fb8b00
parent22f5ef8133dff78ac0d7b8988fa017ae08472f94
ath5k: don't use volatile, it's not needed

Signed-off-by: Pavel Roskin <proski@gnu.org>
The reg variable is only used by __raw_writel() and __raw_readl(), which
should guarantee memory access in the right order.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/reset.c