Commit 67a345c7 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman
Browse files

staging: regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay

parent 60432176
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -73,9 +73,6 @@ static int hi6421_spmi_regulator_enable(struct regulator_dev *rdev)
	struct hi6421v600_regulator *sreg = rdev_get_drvdata(rdev);
	struct hi6421_spmi_pmic *pmic = sreg->pmic;

	/* keep a distance of off_on_delay from last time disabled */
	usleep_range(rdev->desc->off_on_delay, rdev->desc->off_on_delay + 1000);

	dev_dbg(&rdev->dev, "%s: off_on_delay=%d us\n",
		__func__, rdev->desc->off_on_delay);