aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index b1fa25d6583a..e9a83f84adaf 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -2731,7 +2731,8 @@ static void rdev_init_debugfs(struct regulator_dev *rdev)
2731 * @dev: struct device for the regulator 2731 * @dev: struct device for the regulator
2732 * @init_data: platform provided init data, passed through by driver 2732 * @init_data: platform provided init data, passed through by driver
2733 * @driver_data: private regulator data 2733 * @driver_data: private regulator data
2734 * @of_node: target open firmware device structure (may be NULL) 2734 * @of_node: OpenFirmware node to parse for device tree bindings (may be
2735 * NULL).
2735 * 2736 *
2736 * Called by regulator drivers to register a regulator. 2737 * Called by regulator drivers to register a regulator.
2737 * Returns 0 on success. 2738 * Returns 0 on success.