diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-05-03 10:48:50 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-05-05 10:45:58 +0200 |
commit | 5e9662fa511794e1e72baf8eee21238962140480 (patch) | |
tree | 461b5604ae9e16834d6e64a8afd7cf5899b6bad5 /drivers/irqchip/irq-renesas-irqc.c | |
parent | irqchip: Constify irq_domain_ops (diff) | |
download | linux-5e9662fa511794e1e72baf8eee21238962140480.tar.xz linux-5e9662fa511794e1e72baf8eee21238962140480.zip |
genirq: Fix unnecessary automatic type conversion
kstat_irqs is unsigned int and the return type of kstat_irqs() is also
unsigned int so sum should be unsigned int as well even if the result
is correct due to automatic type conversion.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Link: http://lkml.kernel.org/r/1430642930-23929-1-git-send-email-hofrat@osadl.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/irqchip/irq-renesas-irqc.c')
0 files changed, 0 insertions, 0 deletions