drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 22 Feb 2013 00:42:27 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:18 +0000 (17:22 -0800)
commit0c980826211611178b6d76b246d00a4c840f21e5
tree6a5e1b4514e9419fb2407fdb3134ae2c3e1ede41
parenta25fc871b002c51944c05b9a09f1526dfbe32d39
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 <sachin.kamat@linaro.org>
Acked-by: Donghwa Lee <dh09.lee@samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/exynos/exynos_mipi_dsi.c
This page took 0.041814 seconds and 5 git commands to generate.