regulator_put(9) free the regulator source

SYNOPSIS

void regulator_put(struct regulator * regulator);

ARGUMENTS

regulator

regulator source

NOTE

drivers must ensure that all regulator_enable calls made on this regulator source are balanced by regulator_disable calls prior to calling this function.

AUTHORS

Liam Girdwood <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT