Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d927c590 authored by Dan Carpenter's avatar Dan Carpenter Committed by Chanwoo Choi
Browse files

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: 27a28d32 ('extcon: max77843: Add max77843 MUIC driver')
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
[cw00.choi: Fix the patch description]
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 34825e51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment