Re: [PATCH v2] extcon: arizona: Correct error handling on regmap_update_bits_check

2019-05-29 Thread Chanwoo Choi
Hi Charles, On 19. 5. 29. 오후 6:46, Charles Keepax wrote: > Ensure the case when regmap_update_bits_check fails and the change > variable is not updated is handled correctly. > > Signed-off-by: Charles Keepax > --- > > Changes since v1: > - Print error message in driver remove > > Thanks, >

[PATCH v2] extcon: arizona: Correct error handling on regmap_update_bits_check

2019-05-29 Thread Charles Keepax
Ensure the case when regmap_update_bits_check fails and the change variable is not updated is handled correctly. Signed-off-by: Charles Keepax --- Changes since v1: - Print error message in driver remove Thanks, Charles drivers/extcon/extcon-arizona.c | 33 -