diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 6dd63523bcfe4f1f105c42f61fd2ab5cd504ed94..f28fca4b68e34cccb7ec025fb662d3d40ce6d6d5 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -808,8 +808,6 @@ static int suspend_set_state(struct regulator_dev *rdev, /* locks held by caller */ static int suspend_prepare(struct regulator_dev *rdev, suspend_state_t state) { - lockdep_assert_held_once(&rdev->mutex); - if (!rdev->constraints) return -EINVAL;