commit | d927c59076f505a056e78a9fc9744069aa052cc8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Mar 15 13:49:47 2015 +0300 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Mar 16 13:15:00 2015 +0900 |
tree | 79b9203ffc3db295708672be1663c731ec0013ec | |
parent | 34825e511971e193db16a96350faeb60eff0d842 [diff] |
extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time() This patch fixes the variable type of 'ret' from 'unsigned int' to 'int' type because the return type of regmap_update_bits() is 'int' type. Fixes: 27a28d32b4f2 ('extcon: max77843: Add max77843 MUIC driver') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> [cw00.choi: Fix the patch description] Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>