Loading drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(®ulator_list_mutex); } EXPORT_SYMBOL_GPL(regulator_unregister); Loading Loading
drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(®ulator_list_mutex); } EXPORT_SYMBOL_GPL(regulator_unregister); Loading