]> git.karo-electronics.de Git - karo-tx-linux.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)
commit75474b6fd6660486d89226fc6f704853c76210e3
treef5b9915f3cbc3d8d8873f17336617c84b3645838
parent9fdedf5d16d04238833d1d45a8e303fdb86bee3a
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