Loading drivers/regulator/da9063-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt( struct of_regulator_match **da9063_reg_matches) { da9063_reg_matches = NULL; return PTR_ERR(-ENODEV); return ERR_PTR(-ENODEV); } #endif Loading Loading
drivers/regulator/da9063-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt( struct of_regulator_match **da9063_reg_matches) { da9063_reg_matches = NULL; return PTR_ERR(-ENODEV); return ERR_PTR(-ENODEV); } #endif Loading