Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Sep 30, 2013
2 parents 15c03dd + e8cb204 commit e7b8782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/da9063-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7b8782

Please sign in to comment.