From: Sachin Kamat Date: Fri, 22 Feb 2013 00:42:27 +0000 (-0800) Subject: drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition X-Git-Tag: v3.9-rc1~114^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c980826211611178b6d76b246d00a4c840f21e5;p=pandora-kernel.git drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition Checking an unsigned variable for negative value returns false. Hence use the macro to fix it. Fixes the following smatch warning: drivers/video/exynos/exynos_mipi_dsi.c:417 exynos_mipi_dsi_probe() warn: unsigned 'dsim->irq' is never less than zero. Signed-off-by: Sachin Kamat Acked-by: Donghwa Lee Cc: Inki Dae Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed