You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
extcon: max77693: Fix coding style
As per kernel coding style, if one branch of conditional statement has braces, the other one should have too. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
This commit is contained in:
committed by
MyungJoo Ham
parent
00af4b16e0
commit
1967fa08d9
@@ -665,9 +665,9 @@ static int __devinit max77693_muic_probe(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
info->dev = &pdev->dev;
|
info->dev = &pdev->dev;
|
||||||
info->max77693 = max77693;
|
info->max77693 = max77693;
|
||||||
if (info->max77693->regmap_muic)
|
if (info->max77693->regmap_muic) {
|
||||||
dev_dbg(&pdev->dev, "allocate register map\n");
|
dev_dbg(&pdev->dev, "allocate register map\n");
|
||||||
else {
|
} else {
|
||||||
info->max77693->regmap_muic = devm_regmap_init_i2c(
|
info->max77693->regmap_muic = devm_regmap_init_i2c(
|
||||||
info->max77693->muic,
|
info->max77693->muic,
|
||||||
&max77693_muic_regmap_config);
|
&max77693_muic_regmap_config);
|
||||||
|
|||||||
Reference in New Issue
Block a user