diff --git a/[refs] b/[refs] index ca3880d09983..0ba89e39d5de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19d23c21a64d1312be48def8ac49180bd60fc76d +refs/heads/master: 89009e1888ad9a7f4491b8644884f5339773e643 diff --git a/trunk/include/linux/regulator/driver.h b/trunk/include/linux/regulator/driver.h index bac4c871f3bd..c10012f0af15 100644 --- a/trunk/include/linux/regulator/driver.h +++ b/trunk/include/linux/regulator/driver.h @@ -58,6 +58,7 @@ enum regulator_status { * regulator_desc.n_voltages. Voltages may be reported in any order. * * @set_current_limit: Configure a limit for a current-limited regulator. + * The driver should select the current closest to max_uA. * @get_current_limit: Get the configured limit for a current-limited regulator. * * @set_mode: Set the configured operating mode for the regulator.