From: Dasaratharaman Chandramouli Date: Tue, 10 Dec 2013 17:51:12 +0000 (-0800) Subject: misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case. X-Git-Tag: v3.14-rc1~152^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5e4e8b576108f88f79e5b4c984d51d460d2360;p=pandora-kernel.git misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case. The interrupt handler (mic_interrupt), called in the MSI/INTx mode, writes to the interrupt sources register to acknowledge the interrupt and then calls the corresponding callback handlers to handle the same. These callback handlers acknowledge the interrupts again leading to missed interrupts. This patch fixes the issue by removing the interrupt acknowlegment code from the callback handlers. Reviewed-by: Sudeep Dutt Reviewed-by: Nikhil Rao Reviewed-by: Siva Krishna Kumar Reddy Yerramreddy Signed-off-by: Dasaratharaman Chandramouli Cc: stable # 3.13 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed