devm_regulator_put(9) Resource managed regulator_put

SYNOPSIS

void devm_regulator_put(struct regulator * regulator);

ARGUMENTS

regulator

regulator to free

DESCRIPTION

Deallocate a regulator allocated with devm_regulator_get. Normally this function will not need to be called and the resource management code will ensure that the resource is freed.

AUTHORS

Liam Girdwood <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT