Commit e7b87825 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linus

parents 15c03dd4 e8cb204c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment