From: Nicholas Mc Guire Date: Sun, 3 May 2015 08:48:50 +0000 (+0200) Subject: genirq: Fix unnecessary automatic type conversion X-Git-Tag: omap-for-v4.3/legacy-v2-signed~196^2~24 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9662fa511794e1e72baf8eee21238962140480;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1430642930-23929-1-git-send-email-hofrat@osadl.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed