From: Dan Carpenter Date: Sun, 15 Mar 2015 10:49:47 +0000 (+0300) Subject: extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time() X-Git-Tag: omap-for-v4.2/o2_dc~63^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d927c59076f505a056e78a9fc9744069aa052cc8;p=pandora-kernel.git 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 [cw00.choi: Fix the patch description] Signed-off-by: Chanwoo Choi --- Reading git-diff-tree failed