| 611 | } |
| 612 | |
| 613 | static void regulator_release(struct rt_ref *r) |
| 614 | { |
| 615 | struct rt_regulator_node *reg_np = rt_container_of(r, struct rt_regulator_node, ref); |
| 616 | |
| 617 | rt_regulator_unregister(reg_np); |
| 618 | } |
| 619 | |
| 620 | void rt_regulator_put(struct rt_regulator *reg) |
| 621 | { |
nothing calls this directly
no test coverage detected