From: Chen Gang Date: Thu, 22 Aug 2013 07:47:21 +0000 (+0800) Subject: ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start' X-Git-Tag: omap-for-v3.12/fixes-non-critical-signed^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0721966195b3966214edd54af0d5f84d65419a;p=pandora-kernel.git ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start' 'gpmc_irq_start' is mostly used as 'int', and for a variable, do not suggest to only use 'unsigned' as its type, so use 'int' instead of 'unsigned' for variable 'gpmc_irq_start'. Also it will fix the related issue (dummy the real world failure): arch/arm/mach-omap2/gpmc.c:728:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Signed-off-by: Chen Gang Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed