commit | a598af7f0279195abffbfb9bf2070457e9c89ff3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Aug 04 10:47:23 2015 +0300 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Aug 10 11:48:57 2015 +0900 |
tree | f2ebc9053cd17f5e5618ac898bd751c80c7e6c65 | |
parent | bef025a1f8e0e566f954613f4e5087f6b156e2a5 [diff] |
extcon: Fix signedness bugs about break error handling Unsigned is never less than zero so this error handling won't work. Fixes: be052cc87745 ('extcon: Fix hang and extcon_get/set_cable_state().') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Roger Quadros <rogerq@ti.com> [cw00.choi: Change the patch title and fix signedness bug of find_cable_index_by_id() ] Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>