Loading drivers/regulator/core.c +9 −11 Original line number Diff line number Diff line Loading @@ -1267,7 +1267,6 @@ static int _regulator_enable(struct regulator_dev *rdev) { int ret, delay; if (rdev->use_count == 0) { /* do we need to enable the supply regulator first */ if (rdev->supply) { mutex_lock(&rdev->supply->mutex); Loading @@ -1279,7 +1278,6 @@ static int _regulator_enable(struct regulator_dev *rdev) return ret; } } } /* check voltage and requested load before enabling */ if (rdev->constraints && Loading Loading
drivers/regulator/core.c +9 −11 Original line number Diff line number Diff line Loading @@ -1267,7 +1267,6 @@ static int _regulator_enable(struct regulator_dev *rdev) { int ret, delay; if (rdev->use_count == 0) { /* do we need to enable the supply regulator first */ if (rdev->supply) { mutex_lock(&rdev->supply->mutex); Loading @@ -1279,7 +1278,6 @@ static int _regulator_enable(struct regulator_dev *rdev) return ret; } } } /* check voltage and requested load before enabling */ if (rdev->constraints && Loading