diff options
author | Ben Chan <benchan@chromium.org> | 2013-05-06 00:24:25 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-06 09:36:53 +0200 |
commit | 2eee2e48ba65a24b17a0b91a619027a0c6f3185a (patch) | |
tree | 8a1326bb17ddd8bfa9062352f23ddd5da3614e97 /src/main.c | |
parent | 9f702aed0297ff180fd6b3bce0e30db95a082e81 (diff) |
sierra: remove comparison of unsigned expression >= 0
This patch removes an unnecessary check of unsigned expression >= 0,
which also fixes the following clang warnings:
sierra/mm-broadband-modem-sierra.c:570:18: error: comparison of
unsigned expression >= 0 is always true
[-Werror,-Wtautological-compare]
mode >= 0 &&
~~~~ ^ ~
Bug reported on https://code.google.com/p/chromium/issues/detail?id=235989
Patched by Yunlian Jiang <yunlian@chromium.org>
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions