diff options
-rw-r--r-- | drivers/extcon/extcon-max8997.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index 8152790d72e1..9f30f4929b72 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c | |||
@@ -204,7 +204,7 @@ static int max8997_muic_set_debounce_time(struct max8997_muic_info *info, | |||
204 | static int max8997_muic_set_path(struct max8997_muic_info *info, | 204 | static int max8997_muic_set_path(struct max8997_muic_info *info, |
205 | u8 val, bool attached) | 205 | u8 val, bool attached) |
206 | { | 206 | { |
207 | int ret = 0; | 207 | int ret; |
208 | u8 ctrl1, ctrl2 = 0; | 208 | u8 ctrl1, ctrl2 = 0; |
209 | 209 | ||
210 | if (attached) | 210 | if (attached) |