commit | 75474b6fd6660486d89226fc6f704853c76210e3 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Aug 08 17:32:04 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 11:35:31 2013 -0700 |
tree | f5b9915f3cbc3d8d8873f17336617c84b3645838 | |
parent | 9fdedf5d16d04238833d1d45a8e303fdb86bee3a [diff] |
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>