git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34825e5
)
extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sun, 15 Mar 2015 10:49:47 +0000
(13:49 +0300)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 16 Mar 2015 04:15:00 +0000
(13:15 +0900)
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>
No differences found