genirq: Fix type inconsistency
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 3 May 2015 08:49:11 +0000 (10:49 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 5 May 2015 08:45:58 +0000 (10:45 +0200)
commit7df0b278385df3c8d0606c620e6ab1e9eea3d9cd
tree32d18cc7ff177d0ad4ccd98bb51257dfe83b1b7c
parent5e9662fa511794e1e72baf8eee21238962140480
genirq: Fix type inconsistency

The return type of kstat_irqs_usr() is unsigned int and kstat_irqs() also
returns unsigned int so sum should be unsigned int here as well.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Link: http://lkml.kernel.org/r/1430642951-23964-1-git-send-email-hofrat@osadl.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/irqdesc.c