commit | c9c3b1a5deac4297503145840fffcd122b253db5 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Nov 10 19:41:40 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 25 16:32:53 2008 -0500 |
tree | 7d5e0cf6510c1687ef6b18d32ba9009a5692fbfd | |
parent | 9764f3f9c3700620f9f8a1f9af57f58758e835da [diff] |
rt2x00: Cleanup indirect register access All code which accessed indirect registers was similar in respect to the for-loop, the given timeout, etc. Move it into a seperate function, which for PCI drivers can be moved into rt2x00pci. This allows us to cleanup the cleanup the code further by removing the goto statementsand making the codepath look a bit nicer. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>