mirror of
https://github.com/torvalds/linux.git
synced 2026-08-20 22:42:58 +02:00
Many regulator drivers have a remove function that consists solely of calling regulator_unregister() so provide a devm_regulator_register() in order to allow this repeated code to be removed and help eliminate error handling code. Signed-off-by: Mark Brown <broonie@linaro.org> |
||
|---|---|---|
| .. | ||
| binding.txt | ||
| bus.txt | ||
| class.txt | ||
| device.txt | ||
| devres.txt | ||
| driver.txt | ||
| overview.txt | ||
| platform.txt | ||
| porting.txt | ||