commit | 2753f87a574c4844dfa1709c7d0a474f0dc8d818 | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Thu Jul 07 18:13:55 2011 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 08 11:44:31 2011 -0400 |
tree | 93aa529ae3ffcee9d234dc4235abc49d98fb8b00 | |
parent | 2724a74a2620f98bd63e866e54938d092a017b21 [diff] |
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>