From: broonie@sirena.org.uk Date: Wed, 14 Mar 2007 19:49:13 +0000 (+0000) Subject: natsemi: Consistently use interrupt enable/disable functions X-Git-Tag: v2.6.21-rc4~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fdd90ef2ec1878d6851ec4dd8d5abb2cef098c;p=pandora-kernel.git natsemi: Consistently use interrupt enable/disable functions The natsemi drivers include functions for enabling and disabling interrupts from the chip but these are not used in all code paths. This patch changes the code paths that touch the interrupt enable register to use the functions. In all cases this adds an extra PCI read to post the operation but since none of these are in fast paths this shouldn't be too much of a problem. Signed-Off-By: Mark Brown Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed