Loading drivers/regulator/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -3948,6 +3948,7 @@ static void rdev_deinit_debugfs(struct regulator_dev *rdev) { if (!IS_ERR_OR_NULL(rdev)) { debugfs_remove_recursive(rdev->debugfs); rdev->debug_consumer->debugfs = NULL; regulator_put(rdev->debug_consumer); } } Loading Loading
drivers/regulator/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -3948,6 +3948,7 @@ static void rdev_deinit_debugfs(struct regulator_dev *rdev) { if (!IS_ERR_OR_NULL(rdev)) { debugfs_remove_recursive(rdev->debugfs); rdev->debug_consumer->debugfs = NULL; regulator_put(rdev->debug_consumer); } } Loading