]> git.karo-electronics.de Git - karo-tx-linux.git/commit
isdn: hisax: Replace the bogus access to irq stats
authorThomas Gleixner <tglx@linutronix.de>
Wed, 29 Sep 2010 20:16:36 +0000 (22:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 14:39:06 +0000 (16:39 +0200)
commit40f08a724fcc21285cf3a75aec957aef908605c6
tree387ad0603dc1d1f257130edace4d02a4f763b840
parent154cd387cdf0e5566ce523cbddf92dd2a062dfd6
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 <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
drivers/isdn/hisax/config.c
drivers/isdn/hisax/hisax.h