Loading drivers/regulator/core.c +2 −7 Original line number Diff line number Diff line Loading @@ -1281,11 +1281,6 @@ static struct regulator *_regulator_get(struct device *dev, const char *id, * even if it isn't hooked up and just provide a dummy. */ if (has_full_constraints && allow_dummy) { /* * Log the substitution if regulator configuration is * not complete to help development. */ if (!has_full_constraints) pr_warn("%s supply %s not found, using dummy regulator\n", devname, id); Loading Loading
drivers/regulator/core.c +2 −7 Original line number Diff line number Diff line Loading @@ -1281,11 +1281,6 @@ static struct regulator *_regulator_get(struct device *dev, const char *id, * even if it isn't hooked up and just provide a dummy. */ if (has_full_constraints && allow_dummy) { /* * Log the substitution if regulator configuration is * not complete to help development. */ if (!has_full_constraints) pr_warn("%s supply %s not found, using dummy regulator\n", devname, id); Loading