extcon: max77693: Fix a bug occured at changing ADC debounce time.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Wed, 17 Sep 2014 03:58:43 +0000 (12:58 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 22 Sep 2014 07:14:58 +0000 (16:14 +0900)
When it writes some value other than 0 to BTLDset and JIGset, muic device
will be reset automatically. And it happens during updating ADC debounce time,
because it shares same register. To update ADC debounce time without reset,
set value only to ADCDbset and 0 to BTLDset and JIGset.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
[Remove un-needed masking operation by Chanwoo Choi]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

No differences found