]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_early: fix comparison of different types
authorJingoo Han <jg1.han@samsung.com>
Thu, 8 Aug 2013 08:32:04 +0000 (17:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 18:35:31 +0000 (11:35 -0700)
commit49e7a171f57da70b8e2933f4770ea81c8f5df7cb
treef5b9915f3cbc3d8d8873f17336617c84b3645838
parented87e60efa4179df07c96e2868aff7e83ec7c821
serial: 8250_early: fix comparison of different types

Fix the following sparse warning:

drivers/tty/serial/8250/8250_early.c:196:26: error: incompatible types in comparison expression (different type sizes)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_early.c