From: Seungwon Jeon Date: Fri, 28 Sep 2012 05:21:59 +0000 (+0900) Subject: mmc: dw_mmc: convert the variable type of irq X-Git-Tag: v3.7-rc5~8^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d676188e44680c2f2eb114a24b3b32e56165f079;p=pandora-kernel.git mmc: dw_mmc: convert the variable type of irq Even though platform_get_irq returns error, 'host->irq' always has an unsigned value. Less-than-zero comparison of an unsigned value is never true. Type of 'unsigned int' will be changed for 'int'. Signed-off-by: Seungwon Jeon Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed