2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00

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

This commit is contained in:
Mark Brown 2013-09-30 12:04:29 +01:00
commit e7b87825e8

View File

@ -709,7 +709,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt(
struct of_regulator_match **da9063_reg_matches) struct of_regulator_match **da9063_reg_matches)
{ {
da9063_reg_matches = NULL; da9063_reg_matches = NULL;
return PTR_ERR(-ENODEV); return ERR_PTR(-ENODEV);
} }
#endif #endif