]> git.baikalelectronics.ru Git - kernel.git/commit
serial: msm_serial: fix comparison of different types
authorJingoo Han <jg1.han@samsung.com>
Thu, 8 Aug 2013 08:38:20 +0000 (17:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 18:35:32 +0000 (11:35 -0700)
commit416d1b89090f4a73b317bef4e51f9676ab43301e
treee7b5a65b47bcad571a79e6935979070adc6f96c8
parent1bea76b4020fe706d53b60bb7779fa3017d0f768
serial: msm_serial: fix comparison of different types

Fix the following sparse warning:

drivers/tty/serial/msm_serial.c:237:37: 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/msm_serial.c