Loading drivers/power/supply/qcom/smb1390-charger-psy.c +1 −1 Original line number Diff line number Diff line Loading @@ -2097,7 +2097,7 @@ static int smb1390_probe(struct platform_device *pdev) } platform_set_drvdata(pdev, chip); chip->cp_role = (int)of_device_get_match_data(chip->dev); chip->cp_role = (uintptr_t)of_device_get_match_data(chip->dev); switch (chip->cp_role) { case CP_MASTER: rc = smb1390_master_probe(chip); Loading Loading
drivers/power/supply/qcom/smb1390-charger-psy.c +1 −1 Original line number Diff line number Diff line Loading @@ -2097,7 +2097,7 @@ static int smb1390_probe(struct platform_device *pdev) } platform_set_drvdata(pdev, chip); chip->cp_role = (int)of_device_get_match_data(chip->dev); chip->cp_role = (uintptr_t)of_device_get_match_data(chip->dev); switch (chip->cp_role) { case CP_MASTER: rc = smb1390_master_probe(chip); Loading