diff options
Diffstat (limited to 'drivers/extcon/extcon-max77693.c')
-rw-r--r-- | drivers/extcon/extcon-max77693.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c index 643411066ad9..227651ff9666 100644 --- a/drivers/extcon/extcon-max77693.c +++ b/drivers/extcon/extcon-max77693.c | |||
@@ -266,7 +266,7 @@ static int max77693_muic_set_debounce_time(struct max77693_muic_info *info, | |||
266 | static int max77693_muic_set_path(struct max77693_muic_info *info, | 266 | static int max77693_muic_set_path(struct max77693_muic_info *info, |
267 | u8 val, bool attached) | 267 | u8 val, bool attached) |
268 | { | 268 | { |
269 | int ret = 0; | 269 | int ret; |
270 | unsigned int ctrl1, ctrl2 = 0; | 270 | unsigned int ctrl1, ctrl2 = 0; |
271 | 271 | ||
272 | if (attached) | 272 | if (attached) |