-
由 Dan Carpenter 提交于
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: NDan Carpenter <dan.carpenter@oracle.com> [cw00.choi: Fix the patch description] Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
d927c590