commit | 4f749f248266209f066a875937bf51d1d5f4aed5 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Aug 08 17:38:20 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 11:35:32 2013 -0700 |
tree | e7b5a65b47bcad571a79e6935979070adc6f96c8 | |
parent | 1053f4da626374ae5f4695a62e2814584c2bc2e2 [diff] |
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>