Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12f457dd authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regulator/for-linus' into regulator-next

parents 9ee4be41 58fb5cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2856,8 +2856,8 @@ void regulator_unregister(struct regulator_dev *rdev)
	list_del(&rdev->list);
	if (rdev->supply)
		regulator_put(rdev->supply);
	device_unregister(&rdev->dev);
	kfree(rdev->constraints);
	device_unregister(&rdev->dev);
	mutex_unlock(&regulator_list_mutex);
}
EXPORT_SYMBOL_GPL(regulator_unregister);