From: Marc Kleine-Budde Date: Wed, 20 Oct 2010 00:02:25 +0000 (+0000) Subject: can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set X-Git-Tag: v2.6.37-rc1~147^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5601b2dfae86198667dd6e075a074fbef0c83423;p=pandora-kernel.git can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set Commit d3cd15657516141adce387810be8cb377baf020e introduced a bug, the interrupt handler would loop endlessly if the CANINTF_MERRF bit is set, because it's not cleared. This patch fixes the problem by masking out the CANINTF_MERRF and all other non interesting bits. Signed-off-by: Marc Kleine-Budde Signed-off-by: David S. Miller --- Reading git-diff-tree failed