diff options
Diffstat (limited to 'drivers/extcon/extcon-max77693.c')
-rw-r--r-- | drivers/extcon/extcon-max77693.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c index 2a0f397885fd..d844be3009f6 100644 --- a/drivers/extcon/extcon-max77693.c +++ b/drivers/extcon/extcon-max77693.c | |||
@@ -665,9 +665,9 @@ static int __devinit max77693_muic_probe(struct platform_device *pdev) | |||
665 | } | 665 | } |
666 | info->dev = &pdev->dev; | 666 | info->dev = &pdev->dev; |
667 | info->max77693 = max77693; | 667 | info->max77693 = max77693; |
668 | if (info->max77693->regmap_muic) | 668 | if (info->max77693->regmap_muic) { |
669 | dev_dbg(&pdev->dev, "allocate register map\n"); | 669 | dev_dbg(&pdev->dev, "allocate register map\n"); |
670 | else { | 670 | } else { |
671 | info->max77693->regmap_muic = devm_regmap_init_i2c( | 671 | info->max77693->regmap_muic = devm_regmap_init_i2c( |
672 | info->max77693->muic, | 672 | info->max77693->muic, |
673 | &max77693_muic_regmap_config); | 673 | &max77693_muic_regmap_config); |