Skip to content

Commit 50f74b7

Browse files
Chen Nisre
authored andcommitted
power: supply: cpcap-charger: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent ba7e053 commit 50f74b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/supply/cpcap-charger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ static int cpcap_charger_probe(struct platform_device *pdev)
904904
psy_cfg.of_node = pdev->dev.of_node;
905905
psy_cfg.drv_data = ddata;
906906
psy_cfg.supplied_to = cpcap_charger_supplied_to;
907-
psy_cfg.num_supplicants = ARRAY_SIZE(cpcap_charger_supplied_to),
907+
psy_cfg.num_supplicants = ARRAY_SIZE(cpcap_charger_supplied_to);
908908

909909
ddata->usb = devm_power_supply_register(ddata->dev,
910910
&cpcap_charger_usb_desc,

0 commit comments

Comments
 (0)