power: supply: bq24190_charger: Adjust formatting

Add breathing room in probe() out* section.

Signed-off-by: Liam Breck <kernel@networkimprov.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
Liam Breck 2017-01-18 09:26:51 -08:00 committed by Sebastian Reichel
parent ba52e75718
commit cb190af290
1 changed files with 3 additions and 1 deletions

View File

@ -1404,15 +1404,17 @@ static int bq24190_probe(struct i2c_client *client,
out4:
bq24190_sysfs_remove_group(bdi);
out3:
power_supply_unregister(bdi->battery);
out2:
power_supply_unregister(bdi->charger);
out1:
pm_runtime_disable(dev);
if (bdi->gpio_int)
gpio_free(bdi->gpio_int);
return ret;
}