From: Thomas Gleixner Date: Wed, 29 Sep 2010 20:16:36 +0000 (+0200) Subject: isdn: hisax: Replace the bogus access to irq stats X-Git-Tag: v2.6.37-rc1~191^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f08a724fcc21285cf3a75aec957aef908605c6;p=pandora-kernel.git isdn: hisax: Replace the bogus access to irq stats Abusing irq stats in a driver for counting interrupts is a horrible idea and not safe with shared interrupts. Replace it by a local interrupt counter. Noticed by the attempt to remove the irq stats export. Signed-off-by: Thomas Gleixner Reviewed-by: Ingo Molnar --- Reading git-diff-tree failed