From: Felix Fietkau Date: Tue, 5 Oct 2010 10:03:42 +0000 (+0200) Subject: ath9k_hw: clean up register write buffering X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435c1610f46dc4d86a6633adb037b18109e6ffdc;p=pandora-kernel.git ath9k_hw: clean up register write buffering Throughout the code, DISABLE_REGWRITE_BUFFER is always called right after REGWRITE_BUFFER_FLUSH. Since that's unlikely to change any time soon, that makes keeping those ops separate rather pointless, as it only increases code size and line number counts. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed