From: Rajkumar Manoharan Date: Fri, 5 Aug 2011 13:29:40 +0000 (+0530) Subject: ath9k: do not enable interrupt on set interrupt mask X-Git-Tag: v3.2-rc1~129^2~422^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b037b693265e5c83ddc3f003a713d19b9832bf24;p=pandora-kernel.git ath9k: do not enable interrupt on set interrupt mask At preset set_interrupt also enables interrupt after changing mask. This is not necessary in all cases and also sometime it breaks the assumption that interrupt was disabled. So let us enable the interrupt explicity if it was disabled earlier. This could also avoid unnecessary register ops and also helps the follow up patch to have global ref count for interrupts ops. Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed